master
chc 2023-01-09 19:03:29 +08:00
parent 7ff13babaa
commit d2ff0b1ea1
4 changed files with 5 additions and 49 deletions

View File

@ -4,15 +4,13 @@
*/
// 开发环境
const dev = {
common: "http://192.168.0.113:8890",
buyer: "http://192.168.0.113:8898",
im: "http://192.168.0.113:8885",
// common: "https://common-api.pickmall.cn",
// buyer: "https://buyer-api.pickmall.cn",
im: "https://im-api.pickmall.cn",
common: "https://common-api.pickmall.cn",
buyer: "https://buyer-api.pickmall.cn",
};
// 生产环境
const prod = {
im: "https://im-api.pickmall.cn",
common: "https://common-api.pickmall.cn",
buyer: "https://buyer-api.pickmall.cn",
};

View File

@ -74,8 +74,8 @@
"prompt" : "为保证您正常、安全地使用,需要获取设备识别码(部分手机提示为获取手机号码)使用权限,请允许"
},
"autoSdkPermissions" : false
//
},
//
"ios" : {
"idfa" : false,
"privacyDescription" : {

View File

@ -601,23 +601,17 @@ export default {
linkMsgDetail () {
// lili
<<<<<<< HEAD
uni.navigateTo({
url: `/pages/mine/im/index?userId=${this.goodsDetail.storeId}&goodsid=${this.routerVal.goodsId}&skuid=${this.routerVal.id}`
});
=======
this.$options.filters.talkIm(this.storeDetail.storeId)
>>>>>>> f84f9ab696c10447c7aa8a27382cfccd3d5729d8
// udesk
// if (this.storeDetail.merchantEuid) {
// uni.navigateTo({
// url: `/pages/tabbar/home/web-view?src=${this.IM}`,
// });
// }
<<<<<<< HEAD
//
@ -649,39 +643,6 @@ export default {
// });
// // #endif
=======
//
// // #ifdef MP-WEIXIN
// const params = {
// storeName: this.storeDetail.storeName,
// goodsName: this.goodsDetail.goodsName,
// goodsId: this.goodsDetail.goodsId,
// goodsImg: this.goodsDetail.thumbnail,
// price: this.goodsDetail.promotionPrice || this.goodsDetail.price,
// // originalPrice: this.goodsDetail.original || this.goodsDetail.price,
// uuid: storage.getUuid(),
// token: storage.getAccessToken(),
// sign: this.storeDetail.yzfSign,
// mpSign: this.storeDetail.yzfMpSign,
// };
// uni.navigateTo({
// url:
// "/pages/product/customerservice/index?params=" +
// encodeURIComponent(JSON.stringify(params)),
// });
// // #endif
// // #ifndef MP-WEIXIN
// const sign = this.storeDetail.yzfSign;
// uni.navigateTo({
// url:
// "/pages/tabbar/home/web-view?src=https://yzf.qq.com/xv/web/static/chat/index.html?sign=" +
// sign,
// });
// // #endif
>>>>>>> f84f9ab696c10447c7aa8a27382cfccd3d5729d8
},
/**选择商品 */
changedGoods (val) {

View File

@ -331,7 +331,6 @@ export default {
//
this.getStoreData();
},
<<<<<<< HEAD
/**
* 联系客服
*/
@ -365,8 +364,6 @@ export default {
// });
// #endif
},
=======
>>>>>>> f84f9ab696c10447c7aa8a27382cfccd3d5729d8
/** 获取店铺分类 */
async getCategoryData() {