|
@@ -143,7 +143,7 @@ export default {
|
|
|
onShareAppMessage(res) {
|
|
onShareAppMessage(res) {
|
|
|
if (res.target.id === "0") {
|
|
if (res.target.id === "0") {
|
|
|
return {
|
|
return {
|
|
|
- title: "更懂您的花卉宝",
|
|
|
|
|
|
|
+ title: "更懂您的花惠宝",
|
|
|
desc: "",
|
|
desc: "",
|
|
|
imgUrl: this.constant.imgUrl + "/retail/official/banner-1.png",
|
|
imgUrl: this.constant.imgUrl + "/retail/official/banner-1.png",
|
|
|
path: "pagesClient/official/index?introMerchantId=" + this.userInfo.id
|
|
path: "pagesClient/official/index?introMerchantId=" + this.userInfo.id
|
|
@@ -190,16 +190,8 @@ export default {
|
|
|
this.orderData[0].value = this.userInfo.debtAmount
|
|
this.orderData[0].value = this.userInfo.debtAmount
|
|
|
this.orderData[1].value = this.userInfo.buyNum
|
|
this.orderData[1].value = this.userInfo.buyNum
|
|
|
this.orderData[2].value = this.userInfo.buyAmount
|
|
this.orderData[2].value = this.userInfo.buyAmount
|
|
|
- // let params = {
|
|
|
|
|
- // title: "更懂您的花卉宝",
|
|
|
|
|
- // desc: "",
|
|
|
|
|
- // imgUrl: this.constant.imgUrl + "/retail/official/banner-1.png",
|
|
|
|
|
- // pagePath: "pagesClient/official/index?introMerchantId=" + res.data.id
|
|
|
|
|
- // };
|
|
|
|
|
- // this.jweixinFn(params);
|
|
|
|
|
});
|
|
});
|
|
|
},
|
|
},
|
|
|
- // operate ===========================
|
|
|
|
|
orderMoreFn() {
|
|
orderMoreFn() {
|
|
|
this.orderMoreStatus = false;
|
|
this.orderMoreStatus = false;
|
|
|
},
|
|
},
|