浏览代码

界面修改

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

+ 2 - 2
.env.development

@@ -2,8 +2,8 @@
 EVN = 'development'
 
 # 网站地址
-# LOCALHOSE = 'https://zp-b.caimei365.com'
-LOCALHOSE = 'http://192.168.2.92:8888'
+LOCALHOSE = 'https://zp-b.caimei365.com'
+# LOCALHOSE = 'http://192.168.2.92:8888'
 
 # 接口api地址
 BASE_URL = 'https://zplma-b.caimei365.com'

二进制
assets/theme-images/ross/h5-icon-auth2.png


二进制
assets/theme-images/ross/pc-icon-auth2.png


+ 1 - 1
pages/_template/ross/approve/club/detail.vue

@@ -41,7 +41,7 @@
           <div class="auth-info">
             <span>该机构由</span>
             <span class="font-bold">{{ supplierInfo.shopName }}</span>
-            <span class="font-bold">授权</span>
+            <span class="font-bold">官方授权</span>
           </div>
         </div>
       </div>

+ 4 - 4
pages/_template/ross/approve/device/detail.vue

@@ -45,10 +45,10 @@
           <div class="auth-icon"></div>
           <template v-for="item in productInfo.clubList">
             <div class="auth-info" :key="item.authId">
+              <span>该设备由</span>
               <span class="font-bold">ROS'S</span>
-              <span>授予</span>
+              <span>官方授权</span>
               <span>{{ item.authParty }}</span>
-              <span>正品拥有</span>
             </div>
           </template>
         </div>
@@ -334,7 +334,7 @@ export default {
 
           .auth-icon {
             height: 28px;
-            background: url(~assets/theme-images/ross/pc-icon-auth.png)
+            background: url(~assets/theme-images/ross/pc-icon-auth2.png)
               no-repeat left center;
             background-size: auto 28px;
             margin-bottom: 10px;
@@ -621,7 +621,7 @@ export default {
 
           .auth-icon {
             height: 4.9vw;
-            background: url(~assets/theme-images/ross/h5-icon-auth.png)
+            background: url(~assets/theme-images/ross/h5-icon-auth2.png)
               no-repeat left center;
             background-size: auto 4.9vw;
             margin-bottom: 1vw;

+ 2 - 1
pages/_template/ross/approve/device/index.vue

@@ -10,7 +10,8 @@
       <div class="page-top flex flex-col justify-center items-center">
         <!-- <img class="logo" :src="supplierInfo.logo" /> -->
         <div class="mt-2 name">
-          <span v-text="supplierInfo.shopName"></span><span>官方授权设备</span>
+          <!-- <span v-text="supplierInfo.shopName"></span> -->
+          <span>官方授权设备</span>
         </div>
       </div>
       <div class="page-content">

+ 1 - 1
pages/_template/ross/approve/personnel/operate/index.vue

@@ -10,7 +10,7 @@
       <div class="page-top flex flex-col justify-center items-center">
         <!-- <img class="logo" :src="supplierInfo.logo" /> -->
         <div class="mt-2 name">
-          <span v-text="supplierInfo.shopName"></span>
+          <!-- <span v-text="supplierInfo.shopName"></span> -->
           <span>官方体疗师认证</span>
         </div>
       </div>

+ 2 - 1
pages/_template/ross/docs/_fileId.vue

@@ -1,7 +1,8 @@
 <template>
   <div class="page">
     <div class="page-top flex flex-col justify-center items-center">
-      <span class="name mt-2" v-text="supplierInfo.shopName + '产品资料'"></span>
+      <!-- <span class="name mt-2" v-text="supplierInfo.shopName + '产品资料'"></span> -->
+      <span class="name mt-2">产品资料</span>
     </div>
     <div class="page-content">
       <!-- 面包屑 -->

+ 2 - 1
pages/_template/ross/feedback/index.vue

@@ -2,7 +2,8 @@
   <div class="page">
     <div class="page-top flex flex-col justify-center items-center">
       <!-- <img class="logo" :src="supplierInfo.logo" /> -->
-      <div class="name mt-2" v-text="supplierInfo.shopName + '意见反馈'"></div>
+      <!-- <div class="name mt-2" v-text="supplierInfo.shopName + '意见反馈'"></div> -->
+      <div class="name mt-2">意见反馈</div>
     </div>
     <div class="page-content p-4 md:my-4">
       <textarea

+ 4 - 3
pages/_template/ross/form/club-register.vue

@@ -1,11 +1,12 @@
 <template>
   <div class="page">
     <div class="page-top flex flex-col justify-center items-center">
-      <!-- <!-- <img class="logo" :src="supplierInfo.logo" /> --> -->
-      <div
+      <!-- <img class="logo" :src="supplierInfo.logo" /> -->
+      <!-- <div
         class="name mt-2"
         v-text="supplierInfo.shopName + '正品授权申请'"
-      ></div>
+      ></div> -->
+      <div class="name mt-2">正品授权申请</div>
     </div>
     <div class="page-content" v-if="!isRequest">
       <template>

+ 8 - 5
pages/_template/ross/record/club/detail.vue

@@ -2,7 +2,8 @@
   <div class="page">
     <div class="page-top flex flex-col justify-center items-center">
       <!-- <img class="logo" :src="supplierInfo.logo" /> -->
-      <div class="name mt-2" v-text="supplierInfo.shopName + '认证记录'"></div>
+      <!-- <div class="name mt-2" v-text="supplierInfo.shopName + '认证记录'"></div> -->
+      <div class="name mt-2">认证记录</div>
     </div>
     <div class="page-content">
       <template v-if="clubInfo">
@@ -154,7 +155,7 @@ export default {
   data() {
     return {
       clubInfo: null,
-      authId: ''
+      authId: '',
     }
   },
   computed: {
@@ -171,14 +172,14 @@ export default {
           clubUserId: this.clubUserId,
         })
 
-        if(!result.data.auth) return
+        if (!result.data.auth) return
 
         this.authId = result.data.auth.authId
 
         const res = await this.$http.api.fetchClubAuthInfoData({
           authId: result.data.auth.authId,
         })
-        
+
         this.clubInfo = res.data
       } catch (error) {
         console.log(error)
@@ -186,7 +187,9 @@ export default {
     },
 
     onToDeviceList() {
-      this.$router.push(`${this.routePrefix}/record/device?authId=${this.authId}`)
+      this.$router.push(
+        `${this.routePrefix}/record/device?authId=${this.authId}`
+      )
     },
     onEdit() {
       this.$router.push(`${this.routePrefix}/record/club/edit`)

+ 2 - 1
pages/_template/ross/record/club/edit.vue

@@ -2,7 +2,8 @@
   <div class="club-info page">
     <div class="page-top flex flex-col justify-center items-center">
       <!-- <img class="logo" :src="supplierInfo.logo" /> -->
-      <div class="name mt-2" v-text="supplierInfo.shopName + '认证记录'"></div>
+      <!-- <div class="name mt-2" v-text="supplierInfo.shopName + '认证记录'"></div> -->
+      <div class="name mt-2">认证记录</div>
     </div>
     <div class="page-content">
       <div class="page-title">机构认证</div>

+ 2 - 1
pages/_template/ross/record/device/detail.vue

@@ -2,7 +2,8 @@
   <div class="page">
     <div class="page-top flex flex-col justify-center items-center">
       <!-- <img class="logo" :src="supplierInfo.logo" /> -->
-      <div class="name mt-2" v-text="supplierInfo.shopName + '认证记录'"></div>
+      <!-- <div class="name mt-2" v-text="supplierInfo.shopName + '认证记录'"></div> -->
+      <div class="name mt-2">认证记录</div>
     </div>
     <div class="page-content">
       <div class="page-title">设备认证</div>

+ 2 - 1
pages/_template/ross/record/device/edit.vue

@@ -2,7 +2,8 @@
   <div class="club-device page">
     <div class="page-top flex flex-col justify-center items-center">
       <!-- <img class="logo" :src="supplierInfo.logo" /> -->
-      <div class="name mt-2" v-text="supplierInfo.shopName + '认证记录'"></div>
+      <!-- <div class="name mt-2" v-text="supplierInfo.shopName + '认证记录'"></div> -->
+      <div class="name mt-2">认证记录</div>
     </div>
     <div class="page-content">
       <div class="page-title">设备认证</div>

+ 4 - 3
pages/_template/ross/record/device/index.vue

@@ -9,10 +9,11 @@
     >
       <div class="page-top flex flex-col justify-center items-center">
         <!-- <img class="logo" :src="supplierInfo.logo" /> -->
-        <div
+        <!-- <div
           class="name mt-2"
           v-text="supplierInfo.shopName + '认证记录'"
-        ></div>
+        ></div> -->
+        <div class="name mt-2">认证记录</div>
       </div>
       <div class="page-content">
         <template v-if="list.length > 0">
@@ -95,7 +96,7 @@ export default {
     },
     initData() {
       this.listQuery.authId = this.$route.query.authId
-      if(!this.listQuery.authId) return
+      if (!this.listQuery.authId) return
       this.authProductList()
     },
     // 获取机构列表