You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

28 lines
469 B

// pages/fenxiang/fenxiang.js
var ID;
Page({
data: {
},
onLoad: function (options) {
var that = this;
ID = parseInt(options.ID);
console.log("分享的ID???=="+ID)
},
sijiyi: function (e) {
var that = this
var ID6 = ID;
wx.navigateToMiniProgram({
appId:'wx246fd8f3a0273f2f',
// path:"pages/sendTheDetails/sendTheDetails?ID=" + ID,
path: "",
extraData:{
orderID : ID,
},
})
},
})