doum
10 小时以前 38f714e74646cdc391b5e044870d206a8cb92376
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(){