浏览代码

品辉模板修改

yuwenjun1997 2 年之前
父节点
当前提交
ae31b8db42

+ 7 - 7
pages/_template/ph/approve/device/detail.vue

@@ -45,7 +45,7 @@
           <div class="auth-icon"></div>
           <template v-for="item in productInfo.clubList">
             <div class="auth-info" :key="item.authId">
-              <span class="font-bold">ROS'S</span>
+              <span class="font-bold">{{productInfo.shopName}}</span>
               <span>授予</span>
               <span>{{ item.authParty }}</span>
               <span>正品拥有</span>
@@ -193,7 +193,7 @@ export default {
             position: absolute;
             width: 70px;
             height: 70px;
-            background: url(~assets/theme-images/ross/pc-icon-auth-seal.png)
+            background: url(~assets/theme-images/normal/pc/icon-auth-seal.png)
               no-repeat center;
             background-size: 70px;
             right: 24px;
@@ -265,7 +265,7 @@ export default {
               display: block;
               width: 24px;
               height: 24px;
-              background: url(~assets/theme-images/ross/pc-icon-auth-ren.png)
+              background: url(~assets/theme-images/normal/pc/icon-auth-ren.png)
                 no-repeat center;
               background-size: 23px;
             }
@@ -339,7 +339,7 @@ export default {
 
             .auth-icon {
               height: 28px;
-              background: url(~assets/theme-images/ross/pc-icon-auth.png)
+              background: url(~assets/theme-images/normal/pc/icon-auth2.png)
                 no-repeat left center;
               background-size: auto 28px;
               margin-bottom: 10px;
@@ -481,7 +481,7 @@ export default {
             position: absolute;
             width: 13.8vw;
             height: 13.8vw;
-            background: url(~assets/theme-images/ross/h5-icon-auth-seal.png)
+            background: url(~assets/theme-images/normal/h5/icon-auth-seal.png)
               no-repeat center;
             background-size: 13.8vw;
             right: 4vw;
@@ -551,7 +551,7 @@ export default {
               display: block;
               width: 3.6vw;
               height: 3.6vw;
-              background: url(~assets/theme-images/ross/h5-icon-auth-ren.png)
+              background: url(~assets/theme-images/normal/h5/icon-auth-ren.png)
                 no-repeat center;
               background-size: 3.6vw;
             }
@@ -628,7 +628,7 @@ export default {
 
             .auth-icon {
               height: 4.9vw;
-              background: url(~assets/theme-images/ross/h5-icon-auth.png)
+              background: url(~assets/theme-images/normal/h5/icon-auth2.png)
                 no-repeat left center;
               background-size: auto 4.9vw;
               margin-bottom: 1vw;

+ 2 - 2
pages/_template/ph/approve/device/index.vue

@@ -1,7 +1,7 @@
 <template>
   <div class="page">
     <van-list
-      v-model="isLoadingMore"
+      v-model="loadingMore"
       :finished="finished"
       :immediate-check="false"
       :finished-text="total ? '没有更多了' : ''"
@@ -126,7 +126,7 @@ export default {
       line-height: 24px;
       cursor: pointer;
       &:hover {
-        color: #f3920d;
+        color: #bc1724;
       }
     }
   }

+ 1 - 1
pages/_template/ph/approve/index.vue

@@ -51,7 +51,7 @@ export default {
         },
         {
           id: 3,
-          name: '师认证',
+          name: '体疗师认证',
           path: '/approve/personnel/operate',
         },
       ]