陶杰
2025-01-08 b920f9813d247e5c18677395c58281b00bef89cc
1.订单支付倒计时配置
2.服务热线配置
已修改1个文件
26 ■■■■ 文件已修改
sub_pages/customer/setup/account-self.vue 26 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
sub_pages/customer/setup/account-self.vue
@@ -10,13 +10,13 @@
                </view>
            </view>
            
            <view class="user-util m-t-12 flex" v-if="currentInfo&&currentInfo.id"
            <!-- <view class="user-util m-t-12 flex" v-if="currentInfo&&currentInfo.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>
@@ -94,7 +94,7 @@
        onShow() {
            this.cacheUserId = ''
            this.getTj()
            this.getOrderConfig()
        },
        onLoad(options) {
@@ -117,6 +117,26 @@
            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}合伙人吗?`)
                //调用接口绑定