update
This commit is contained in:
parent
0e4a02944b
commit
b569c66d33
@ -181,7 +181,7 @@ export default {
|
||||
// 暂不切换比例
|
||||
handleNoChange(){
|
||||
uni.showModal({
|
||||
title: '是否同意暂不切换分润比例?',
|
||||
title: '是否暂不切换分润比例?',
|
||||
success: function (res) {
|
||||
if (res.confirm) {
|
||||
uni.showLoading({
|
||||
@ -211,7 +211,7 @@ export default {
|
||||
// 切换比例
|
||||
handleChange(){
|
||||
uni.showModal({
|
||||
title: '是否同意切换分润比例?',
|
||||
title: '是否切换分润比例?',
|
||||
success: function (res) {
|
||||
if (res.confirm) {
|
||||
uni.showLoading({
|
||||
|
||||
10
util/api.js
10
util/api.js
@ -62,13 +62,19 @@ export default {
|
||||
'content-type': 'application/x-www-form-urlencoded;charset=utf-8',
|
||||
'ServerpartCodes':Store.state.userData.UserCityAuthority,
|
||||
'ProvinceCode': Store.state.userData.ProvinceCode,
|
||||
'ModuleGuid':ModuleGuid
|
||||
'ModuleGuid':ModuleGuid,
|
||||
'WeChat_AppId' : 'wxa99ef047735c031e',
|
||||
'memberShipId' : !data.memberShipId ? (Store.state.userData.Membership_Id || '') :data.memberShipId,
|
||||
'SourcePlatform': 'minProgram'
|
||||
}
|
||||
}else{
|
||||
requstOptions.header = {
|
||||
'ServerpartCodes':Store.state.userData.UserCityAuthority,
|
||||
'ProvinceCode': Store.state.userData.ProvinceCode,
|
||||
'ModuleGuid':ModuleGuid
|
||||
'ModuleGuid':ModuleGuid,
|
||||
'WeChat_AppId' : 'wxa99ef047735c031e',
|
||||
'memberShipId' : !data.memberShipId ? (Store.state.userData.Membership_Id || '') :data.memberShipId,
|
||||
'SourcePlatform': 'minProgram'
|
||||
}
|
||||
}
|
||||
requstOptions.success = (res) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user