|
|
@@ -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;
|