doum
4 小时以前 38f714e74646cdc391b5e044870d206a8cb92376
经销商管理
已修改3个文件
12 ■■■■ 文件已修改
mini-program/pages/distributor/distributor.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
mini-program/pagesA/pages/rich-text-page/rich-text-page.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
mini-program/pagesA/pages/shop_points/shop_points.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
mini-program/pages/distributor/distributor.vue
@@ -335,7 +335,7 @@
            },
            jumpShopIntegral() {
                uni.navigateTo({
                    url: '/pagesA/shop_points/shop_points'
                    url: '/pagesA/pages/shop_points/shop_points'
                })
            } 
        }
mini-program/pagesA/pages/rich-text-page/rich-text-page.vue
@@ -22,7 +22,7 @@
                    this.title = '服务介绍'
                    break;
                case '2':
                    this.title = '收费标准'
                    this.title = '积分规则'
                    break;
                case '3':
                    this.title = '关于我们'
@@ -51,7 +51,7 @@
                        if(this.flag == 1){
                            that.content = res.data.serverIntroduce||''
                        }else if(this.flag == 2){
                            that.content = res.data.feeStandards||''
                            that.content = res.data.integralRule||''
                        }  else if(this.flag == 4){
                            that.content = res.data.userAgreement||''
                        } else if(this.flag == 5){
mini-program/pagesA/pages/shop_points/shop_points.vue
@@ -1,7 +1,7 @@
<template>
    <view class="points">
        
        <view class="info-rule">积分规则</view>
        <view class="info-rule" @click="jumpService">积分规则</view>
        <view class="head" :style="{ backgroundImage: 'url(' + backImage + ')', height: 'calc(' + (navHeight + statusbarHeight + 'px + 376rpx)') }">
            <view :style="{ width: '100%', height: navHeight + statusbarHeight + 'px' }"></view>
            <view class="head-bar" :style="{ height: navHeight + statusbarHeight + 'px' }">
@@ -119,9 +119,9 @@
                    } 
                    this.loading=false
            },
            jumpService(flag) {
            jumpService() {
                uni.navigateTo({
                    url: '/pagesA/rich-text-page/rich-text-page?flag='+2
                    url: '/pagesA/pages/rich-text-page/rich-text-page?flag='+2
                })
            },
            checkShopLogin(){