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