소스 검색

终身免费

shish 4 년 전
부모
커밋
3f4140bdbb

+ 1 - 1
ghsApp/src/api/official/index.js

@@ -22,7 +22,7 @@ export const applyStatus = data => {
 }
 
 /** *
- * 申请试用 w
+ * 免费申请
  */
 export const applyRegister = data => {
 	return https.post('/apply/register', data)

+ 3 - 3
ghsApp/src/pagesClient/official/index.vue

@@ -4,7 +4,7 @@
       <image :src="`${constant.imgUrl}/ghs/home_page/logo.png`" mode="widthFix"></image>
 
 					<view class="header_logo-more">
-						<view @click="register()" class="free_register" v-if="getLoginInfo.openShop == 1">免费注册</view>
+						<view @click="register()" class="free_register" v-if="getLoginInfo.openShop == 1">免费申请</view>
 						<view v-if="getLoginInfo.openShop != 1" class="free_register">已申请</view>
 					</view>
 
@@ -32,7 +32,7 @@
     </view>
     <view class="footer_bar">
       <view class="relation">联系我们</view>
-      <view class="free" @click="register()" v-if="getLoginInfo.openShop == 1">免费试用</view>
+      <view class="free" @click="register()" v-if="getLoginInfo.openShop == 1">免费申请</view>
       <div v-if="getLoginInfo.openShop != 1" class="free">已申请</div>
     </view>
   </view>
@@ -58,7 +58,7 @@ export default {
       constant: this.$constant,
       list1: [
         {
-          title: '免费试用',
+          title: '终身免费',
           text: '免年费',
           imgUrl: `${this.$constant.imgUrl}/ghs/home_page/icon1.png`
         },

+ 1 - 1
ghsApp/src/pagesClient/official/index111.vue

@@ -63,7 +63,7 @@
       query:{
         ...option
       }
-		})">申请试用</div>
+		})">免费申请</div>
     <div v-if="status != 3 && this.getLoginInfo.openShop == 1" class="app-footer">已申请</div>
   </div>
 </template>

+ 1 - 1
ghsApp/src/pagesClient/official/pay.vue

@@ -52,7 +52,7 @@
             ...option
           }
 		})"
-      >免费试用</button>
+      >免费申请</button>
       <button v-else class="admin-button-com middle blue" @click="wxPay">
         支付
       </button>

+ 1 - 1
hdApp/src/api/official/index.js

@@ -22,7 +22,7 @@ export const applyStatus = data => {
 }
 
 /** *
- * 申请试用 w
+ * 免费申请
  */
 export const applyRegister = data => {
 	return https.post('/apply/register', data)

+ 1 - 1
km-app/src/api/official/index.js

@@ -22,7 +22,7 @@ export const applyStatus = data => {
 }
 
 /** *
- * 申请试用 w
+ * 免费申请
  */
 export const applyRegister = data => {
 	return https.post('/apply/register', data)

+ 1 - 1
km-app/src/pagesClient/official/index.vue

@@ -58,7 +58,7 @@ export default {
       constant: this.$constant,
       list1: [
         {
-          title: '免费试用',
+          title: '终身免费',
           text: '免年费',
           imgUrl: `${this.$constant.imgUrl}/ghs/home_page/icon1.png`
         },

+ 2 - 2
km-app/src/pagesClient/official/index111.vue

@@ -57,13 +57,13 @@
 			url: '/pagesClient/official/pay',
 			status: 1
 		})"
-    >立即续</div>
+    >立即续</div>
     <div v-if="status != 3 && this.getLoginInfo.openShop !== 1" class="app-footer" @click="pageTo({
 			url: '/pagesClient/official/pay',
       query:{
         ...option
       }
-		})">申请试用</div>
+		})">免费申请</div>
     <div v-if="status != 3 && this.getLoginInfo.openShop == 1" class="app-footer">已申请</div>
   </div>
 </template>

+ 1 - 1
km-app/src/pagesClient/official/pay.vue

@@ -52,7 +52,7 @@
             ...option
           }
 		})"
-      >免费试用</button>
+      >免费申请</button>
       <button v-else class="admin-button-com middle blue" @click="wxPay">
         支付
       </button>