|
@@ -373,7 +373,13 @@ function gotoMerc(merc){
|
|
|
console.log('token',data);
|
|
|
wx.navigateToMiniProgram({
|
|
|
appId:'wxde6edfb4b2c1e7db',
|
|
|
- path:'pages/login?mercId='+merc.id,
|
|
|
+ path:'pages/login',
|
|
|
+ extraData: {
|
|
|
+ mercId: data.mercId,
|
|
|
+ mercName: data.mercName,
|
|
|
+ token: data.mercSatoken
|
|
|
+ },
|
|
|
+ // envVersion:'trial',//跳转体验版
|
|
|
success(res){
|
|
|
console.log(res);
|
|
|
}
|