mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
修复报修问题
This commit is contained in:
parent
bbb1a0fa75
commit
490dfb1475
@ -104,8 +104,7 @@
|
||||
|
||||
<script>
|
||||
// pages/enterCommunity/enterCommunity.js
|
||||
import * as TanslateImage from '../../utils/translate-image.js'
|
||||
s
|
||||
import * as TanslateImage from '../../utils/translate-image.js';
|
||||
const context = require("../../context/Java110Context.js");
|
||||
const constant = context.constant;
|
||||
const factory = context.factory;
|
||||
|
||||
@ -244,7 +244,8 @@
|
||||
feeName: '物业费',
|
||||
receivedAmount: _receivedAmount,
|
||||
tradeType: _tradeType,
|
||||
appId: this.appId
|
||||
appId: this.appId,
|
||||
endTime: this.formatEndTime
|
||||
};
|
||||
context.request({
|
||||
url: constant.url.preOrder,
|
||||
|
||||
@ -199,6 +199,7 @@
|
||||
let _data = {
|
||||
token: wx.getStorageSync('token')
|
||||
}
|
||||
let that = this;
|
||||
context.request({
|
||||
url: constant.url.userLogout,
|
||||
header: context.getHeaders(),
|
||||
@ -217,7 +218,7 @@
|
||||
if (wAppId != null && wAppId != undefined && wAppId != '') {
|
||||
uni.setStorageSync(constant.mapping.W_APP_ID, wAppId);
|
||||
}
|
||||
this.vc.navigateTo({
|
||||
that.vc.navigateTo({
|
||||
url: '/pages/login/login'
|
||||
});
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user