Explorar o código

修改显示的图片

shish hai 1 ano
pai
achega
88d8086da9

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

@@ -153,7 +153,7 @@
 import { getCustomDetail,cancel,confirmClear,refundMoney } from "@/api/clear/index";
 import productMins from "@/mixins/product";
 import TuiListCell from "@/components/plugin/list-cell";
-import { IMGHOST } from '@/config'
+import { APIHOST } from '@/config'
 import { mapGetters } from "vuex";
 export default {
 	name: "customInfo",
@@ -190,7 +190,7 @@ export default {
 		return {
 			title: this.title,
 			desc: "",
-			imageUrl: IMGHOST+'/custom/hit_me_clear.jpg',
+			imageUrl: APIHOST+'/custom/hit_me_clear.jpg',
 			path: "admin/clear/showBill?id="+this.detailInfo.id,
 		}
 	},
@@ -204,7 +204,7 @@ export default {
 				type: 5,
 				title: that.title,
 				summary: '暂无',
-				imageUrl: IMGHOST+'/custom/hit_me_clear.jpg',//图片一定要有,不然会分享失败
+				imageUrl: APIHOST+'/custom/hit_me_clear.jpg',//图片一定要有,不然会分享失败
 				miniProgram: {
 					id: miniOriginalId,//小程序原始id,发起分享的 App 与小程序属于同一微信开放平台账号
 					path: "admin/clear/showBill?id="+this.detailInfo.id,

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

@@ -34,7 +34,7 @@
 </template>
 <script>
 import { confirmClear,getCustomDetail } from "@/api/clear/index";
-import { IMGHOST } from '@/config'
+import { APIHOST } from '@/config'
 import { mapGetters } from "vuex"
 export default {
     name: "success",
@@ -52,7 +52,7 @@ export default {
 		return {
 			title: this.title,
 			desc: "",
-			imageUrl: IMGHOST+'/custom/hit_me_clear.jpg',
+			imageUrl: APIHOST+'/custom/hit_me_clear.jpg',
 			path: "admin/clear/showBill?id="+this.option.id,
 		}
 	},
@@ -86,7 +86,7 @@ export default {
 				type: 5,
 				title: that.title,
 				summary: '暂无',
-				imageUrl: IMGHOST+'/custom/hit_me_clear.jpg',//图片一定要有,不然会分享失败
+				imageUrl: APIHOST+'/custom/hit_me_clear.jpg',//图片一定要有,不然会分享失败
 				miniProgram: {
 					id: miniOriginalId,//小程序原始id,发起分享的 App 与小程序属于同一微信开放平台账号
 					path: "admin/clear/showBill?id="+this.option.id,