优化处理出具

This commit is contained in:
2022-08-15 13:16:05 +08:00
parent 056be42456
commit 96ae56192c
3 changed files with 462 additions and 466 deletions

View File

@@ -9,8 +9,8 @@ import router from '../router'
// 基础配置 // 基础配置
const config = { const config = {
apiUrl : 'https://api.gongli.vip/api/', // 正式环境 // apiUrl : 'https://api.gongli.vip/api/', // 正式环境
// apiUrl: 'http://api.gl.shangkelian.cn/api/', // 测试 apiUrl: 'http://api.gl.shangkelian.cn/api/', // 测试
timeout: 60000 timeout: 60000
} }

View File

@@ -291,7 +291,7 @@
showCancel:false, showCancel:false,
confirmColor: '#34ce98', confirmColor: '#34ce98',
confirmText: ' 知道了', confirmText: ' 知道了',
// success: (res) => { success: (res) => {
// if (res.confirm) { // if (res.confirm) {
// //#ifdef MP-WEIXIN // //#ifdef MP-WEIXIN
// uni.makePhoneCall({ // uni.makePhoneCall({
@@ -302,7 +302,7 @@
// plus.device.dial('18354789632', true); // plus.device.dial('18354789632', true);
// //#endif // //#endif
// } // }
// } }
}) })
} else { } else {
console.log('已经是会员,且未领取领取了商品,') console.log('已经是会员,且未领取领取了商品,')

File diff suppressed because one or more lines are too long