|
@@ -129,10 +129,11 @@ App({
|
|
|
scene: null, //小程序进入场景 1047 扫码 https://developers.weixin.qq.com/miniprogram/dev/reference/scene-list.html
|
|
|
userInfo: {},
|
|
|
statusBarHeight: 0,
|
|
|
- shareImage: "https://cookhome-images.oss-cn-hangzhou.aliyuncs.com/file.jm/yscShareImage.png",
|
|
|
+ shareImage: `${api.URL}/image_global_sharing.jpg`,
|
|
|
shareTitle: "买正宗公明腊肠,就上官方体验店;正品保证 官方溯源",
|
|
|
sharePath: "pages/tabBar/index/index?share=xcx",
|
|
|
- riceShareImage: "https://cookhome-images-1.oss-cn-hangzhou.aliyuncs.com/spokesman/nk6bBxk1lDEg1tjzocME5yGA6vXVvOW542SULr8f.png",
|
|
|
+ riceShareImage: `${api.URL}/image_global_sharing.jpg`,
|
|
|
+
|
|
|
},
|
|
|
//页面跳转
|
|
|
navigateToUrl: function (url) {
|