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.
 

29 lines
490 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:'wxa437748f46540519',
// path:"pages/sendTheDetails/sendTheDetails?ID=" + ID,
path: "",
extraData:{
orderID : ID,
},
})
console.log(ID5)
},
})