| | |
| | | </view> |
| | | </view> |
| | | |
| | | <view class="user-util m-t-12 flex" v-if="currentInfo&¤tInfo.id" |
| | | <!-- <view class="user-util m-t-12 flex" v-if="currentInfo&¤tInfo.id" |
| | | @click="goto('/pages/user/user-bind-wx/user-bind-wx',true)"> |
| | | <view class="title">绑定当前微信</view> |
| | | <view class="right-icon"> |
| | | <uni-icons type="right"></uni-icons> |
| | | </view> |
| | | </view> |
| | | </view> --> |
| | | |
| | | </view> |
| | | |
| | |
| | | onShow() { |
| | | this.cacheUserId = '' |
| | | this.getTj() |
| | | |
| | | this.getOrderConfig() |
| | | |
| | | }, |
| | | onLoad(options) { |
| | |
| | | uni.stopPullDownRefresh() |
| | | }, |
| | | methods: { |
| | | |
| | | async getOrderConfig() { |
| | | this.$message.showLoading() |
| | | const { |
| | | code, |
| | | data |
| | | } = await this.$http.request('get', `/v2/config-param/base/getBaseString`, { |
| | | params: { |
| | | paramGroup: "order", |
| | | paramKey: "order_cancel_time" |
| | | |
| | | } |
| | | }) |
| | | this.$message.hideLoading() |
| | | |
| | | if (code === 0) { |
| | | console.log(data) |
| | | this.orderCancelTime =data |
| | | } |
| | | }, |
| | | async bindPartnerUser(userId, name) { |
| | | // await this.$message.confirm(`确定要绑定${name}合伙人吗?`) |
| | | //调用接口绑定 |