xuxueyang
2024-08-31 32526e5bddb7b14328b2467cd18783f480b33f3b
update合伙人
已修改3个文件
16 ■■■■ 文件已修改
manifest.json 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/user/supplier-user.vue 9 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
sub_pages/partner/delivery/delivery-detail.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
manifest.json
@@ -49,7 +49,7 @@
    "quickapp" : {},
    /* 快应用特有相关 */
    "mp-weixin" : {
        "appid" : "wx1441324401626290",
        "appid" : "wx6d0ecc4e18710458",
        "setting" : {
            "urlCheck" : false,
            "es6" : true,
pages/user/supplier-user.vue
@@ -248,7 +248,14 @@
                <view class="right-icon">
                    <uni-icons type="right"></uni-icons>
                </view>
            </view>
            </view>
            <!-- <view class="user-util m-t-12 flex" @click="goto('/sub_pages/partner/delivery/delivery-detail',true)">
                <view class="title">debug</view>
                <view class="right-icon">
                    <uni-icons type="right"></uni-icons>
                </view>
            </view> -->
            <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>
sub_pages/partner/delivery/delivery-detail.vue
@@ -52,7 +52,8 @@
        },
        async onLoad(options) {
            this.id = options.id || ''
            // this.form.status='reduce'
            // this.$refs.popup_form.open()
            this.$http.request('get', '/api/code/value', {
                params: {
                    type: 'FLOWER_LEVEL'
@@ -164,7 +165,7 @@
                    }
                    if (this.form.deductAmount) {
                        if ((parseInt(this.form.deductAmount * 100) / 100) != this.form.deductAmount) {
                            this.$message.showToast('扣款金额至多2位小数')
                            this.$message.showToast('扣款金额最多2位小数字')
                            return
                        }
                    }