|
@@ -125,14 +125,14 @@ App({
|
|
|
}
|
|
|
},
|
|
|
globalData: {
|
|
|
- versionNumber: "v1.3.7", //版本号
|
|
|
+ versionNumber: "v1.0.0", //版本号
|
|
|
scene: null, //小程序进入场景 1047 扫码 https://developers.weixin.qq.com/miniprogram/dev/reference/scene-list.html
|
|
|
userInfo: {},
|
|
|
statusBarHeight: 0,
|
|
|
- shareImage: `${api.URL}/image_global_sharing.jpg`,
|
|
|
+ shareImage: `${api.URL}/uploads/image/image_global_sharing.jpg`,
|
|
|
shareTitle: "买正宗公明腊肠,就上官方体验店;正品保证 官方溯源",
|
|
|
sharePath: "pages/tabBar/index/index?share=xcx",
|
|
|
- riceShareImage: `${api.URL}/image_global_sharing.jpg`,
|
|
|
+ riceShareImage: `${api.URL}/uploads/image/image_global_sharing.jpg`,
|
|
|
|
|
|
},
|
|
|
//页面跳转
|