调整提现提示信息
This commit is contained in:
@@ -10,8 +10,8 @@ import router from '../router'
|
|||||||
|
|
||||||
// 基础配置
|
// 基础配置
|
||||||
const config = {
|
const config = {
|
||||||
// apiUrl : 'https://oapi.lianshang.vip/api/', // 正式环境
|
apiUrl : 'https://oapi.lianshang.vip/api/', // 正式环境
|
||||||
apiUrl : 'http://api.ahxh.shangkelian.cn/api/', // 测试环境
|
// apiUrl : 'http://api.ahxh.shangkelian.cn/api/', // 测试环境
|
||||||
apiUrls : 'https://storage.lianshang.vip/', // 图片路径(测试/正式)
|
apiUrls : 'https://storage.lianshang.vip/', // 图片路径(测试/正式)
|
||||||
timeout : 60000
|
timeout : 60000
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,8 +2,8 @@
|
|||||||
"name" : "链商星球",
|
"name" : "链商星球",
|
||||||
"appid" : "__UNI__1F65101",
|
"appid" : "__UNI__1F65101",
|
||||||
"description" : "安徽星煌,链商星球商家工具",
|
"description" : "安徽星煌,链商星球商家工具",
|
||||||
"versionName" : "1.1.1",
|
"versionName" : "1.1.3",
|
||||||
"versionCode" : 111,
|
"versionCode" : 113,
|
||||||
"transformPx" : false,
|
"transformPx" : false,
|
||||||
/* 5+App特有相关 */
|
/* 5+App特有相关 */
|
||||||
"app-plus" : {
|
"app-plus" : {
|
||||||
|
|||||||
@@ -183,14 +183,14 @@
|
|||||||
<image class="tool-label-img" src="/static/user/userTool-01.png" mode=""></image>
|
<image class="tool-label-img" src="/static/user/userTool-01.png" mode=""></image>
|
||||||
<view class="tool-label-name">优惠券管理</view>
|
<view class="tool-label-name">优惠券管理</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="tool-label" v-if="permission.manageCoupons" @click="$Router.push({name: ''})">
|
<view class="tool-label" v-if="permission.manageCoupons" @click="$Router.push({name: 'Deliver'})">
|
||||||
<image class="tool-label-img" src="/static/user/userTool-07.png" mode=""></image>
|
|
||||||
<view class="tool-label-name">退换货管理</view>
|
|
||||||
</view>
|
|
||||||
<view class="tool-label" v-if="permission.manageCoupons" @click="$Router.push({name: ''})">
|
|
||||||
<image class="tool-label-img" src="/static/user/userTool-08.png" mode=""></image>
|
<image class="tool-label-img" src="/static/user/userTool-08.png" mode=""></image>
|
||||||
<view class="tool-label-name">发货单管理</view>
|
<view class="tool-label-name">发货单管理</view>
|
||||||
</view>
|
</view>
|
||||||
|
<view class="tool-label" v-if="permission.manageCoupons" @click="$Router.push({name: 'Return'})">
|
||||||
|
<image class="tool-label-img" src="/static/user/userTool-07.png" mode=""></image>
|
||||||
|
<view class="tool-label-name">退换货管理</view>
|
||||||
|
</view>
|
||||||
<view class="tool-label" @click="$Router.push({name: 'instrumentSpread'})">
|
<view class="tool-label" @click="$Router.push({name: 'instrumentSpread'})">
|
||||||
<image class="tool-label-img" src="/static/user/userTool-02.png" mode=""></image>
|
<image class="tool-label-img" src="/static/user/userTool-02.png" mode=""></image>
|
||||||
<view class="tool-label-name">营销推广码</view>
|
<view class="tool-label-name">营销推广码</view>
|
||||||
@@ -211,14 +211,6 @@
|
|||||||
<image class="tool-label-img" src="/static/user/userTool-06.png" mode=""></image>
|
<image class="tool-label-img" src="/static/user/userTool-06.png" mode=""></image>
|
||||||
<view class="tool-label-name">扫码核销</view>
|
<view class="tool-label-name">扫码核销</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="tool-label" v-if="permission.orderShipment" @click="$Router.push({name: 'Deliver'})" >
|
|
||||||
<image class="tool-label-img" src="/static/user/userTool-06.png" mode=""></image>
|
|
||||||
<view class="tool-label-name">发货单管理</view>
|
|
||||||
</view>
|
|
||||||
<view class="tool-label" v-if="permission.orderRefund" @click="$Router.push({name: 'Return'})">
|
|
||||||
<image class="tool-label-img" src="/static/user/userTool-06.png" mode=""></image>
|
|
||||||
<view class="tool-label-name">退换货管理</view>
|
|
||||||
</view>
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="userPartner" style="display: flex;flex-direction: column;" v-else>
|
<view class="userPartner" style="display: flex;flex-direction: column;" v-else>
|
||||||
|
|||||||
@@ -226,17 +226,20 @@
|
|||||||
title: '提交中'
|
title: '提交中'
|
||||||
})
|
})
|
||||||
withdrawsIndex(data).then(res => {
|
withdrawsIndex(data).then(res => {
|
||||||
uni.showToast({
|
uni.showModal({
|
||||||
title: res,
|
title : '提示',
|
||||||
icon: 'none',
|
content : res,
|
||||||
duration: 3000
|
showCancel : false,
|
||||||
|
success : modalRes => {
|
||||||
|
if(modalRes.confirm){
|
||||||
|
this.getInfo()
|
||||||
|
this.withdraw_input = ''
|
||||||
|
this.total = ''
|
||||||
|
this.alipayUser = ''
|
||||||
|
this.alipayName = ''
|
||||||
|
}
|
||||||
|
}
|
||||||
})
|
})
|
||||||
this.withdraw_input = ''
|
|
||||||
this.total = ''
|
|
||||||
this.alipayUser = ''
|
|
||||||
this.alipayName = ''
|
|
||||||
|
|
||||||
this.getInfo()
|
|
||||||
}).catch(err => {
|
}).catch(err => {
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: err.message,
|
title: err.message,
|
||||||
|
|||||||
5440
unpackage/dist/dev/app-plus/app-service.js
vendored
5440
unpackage/dist/dev/app-plus/app-service.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user