浏览代码

分享图片

shish 4 年之前
父节点
当前提交
9c0692ef58

+ 1 - 1
ghsApp/src/admin/book/detail.vue

@@ -58,7 +58,7 @@ export default {
 		return {
 			title: this.pageTitle,
 			desc: "",
-			imgUrl: "",
+			imageUrl: "",
 			path: "admin/book/detail?id="+this.option.id,
 		}
 	},

+ 1 - 1
ghsApp/src/admin/book/index.vue

@@ -30,7 +30,7 @@ export default {
 		return {
 			title: '销花宝使用教程',
 			desc: "图文视频教学,带您快速上手",
-			imgUrl: `${this.$constant.imgUrl}/logo.png`,
+			imageUrl: `${this.$constant.imgUrl}/logo.png`,
 			path: "admin/book/index",
 		}
 	},

+ 3 - 1
ghsApp/src/admin/clear/customInfo.vue

@@ -139,10 +139,11 @@ export default {
 		...mapGetters({ dictInfo:"getDictionariesInfo" })
 	},
   	onShareAppMessage(res) {
+		
 		return {
 			title: '点击查账和结账',
 			desc: "",
-			imgUrl: IMGHOST+'/custom/hit_me_clear.jpg',
+			imageUrl: IMGHOST+'/custom/hit_me_clear.jpg',
 			path: "admin/clear/showBill?id="+this.detailInfo.id,
 		}
 	},
@@ -219,6 +220,7 @@ export default {
 			});
 		},
 		async init() {
+			console.log(IMGHOST+'/custom/hit_me_clear.jpg')
 			const { id } = this.option;
 			if (!id) {
 				return;

+ 1 - 1
ghsApp/src/pagesArrears/clearResult.vue

@@ -28,7 +28,7 @@ export default {
 		return {
 			title: '点击查账和结账',
 			desc: "",
-			imgUrl: IMGHOST+'/custom/hit_me_clear.jpg',
+			imageUrl: IMGHOST+'/custom/hit_me_clear.jpg',
 			path: "admin/clear/showBill?id="+this.option.id,
 		}
 	},

+ 2 - 2
ghsApp/src/pagesClient/official/index.vue

@@ -135,7 +135,7 @@ export default {
     return {
       title: "更懂您的销花宝",
       desc: "",
-      imgUrl: "",
+      imageUrl: "",
       path: "pagesClient/official/index?ghsShopAdminId="+this.getLoginInfo.shopAdminId+"&hdShopAdminId="+this.option.hdShopAdminId,
     }
 	},
@@ -190,7 +190,7 @@ export default {
     return {
       title: "更懂您的销花宝",
       desc: "",
-      imgUrl: "",
+      imageUrl: "",
       path: "pagesClient/official/index?ghsShopAdminId="+ghsShopAdminId+"&hdShopAdminId="+hdShopAdminId,
     }
 

+ 1 - 1
hdApp/src/admin/home/workbench.vue

@@ -123,7 +123,7 @@ export default {
       return {
         title: "",
         desc: "",
-        imgUrl: "",
+        imageUrl: "",
         path: ""
       };
   },

+ 1 - 1
hdApp/src/pagesClient/member/detail.vue

@@ -145,7 +145,7 @@ export default {
 			return  {
           title: "更懂您的花掌柜",
           desc: "",
-          imgUrl: this.constant.imgUrl + "/retail/official/banner-1.png",
+          imageUrl: this.constant.imgUrl + "/retail/official/banner-1.png",
           path: "pagesClient/official/index?introMerchantId=" + this.userInfo.id
         }
 		} else if (res.target.id === "1") {

+ 1 - 1
hdApp/src/pagesClient/official/index.vue

@@ -125,7 +125,7 @@ export default {
     return {
       title: "更懂您的花掌柜",
       desc: "",
-      imgUrl: "",
+      imageUrl: "",
       path: "pagesClient/official/index?ghsShopAdminId="+ghsShopAdminId+"&hdShopAdminId="+hdShopAdminId,
     }