lilei 4 anni fa
parent
commit
88eda636a2
2 ha cambiato i file con 6 aggiunte e 6 eliminazioni
  1. 1 1
      App.vue
  2. 5 5
      pages/index/index.vue

+ 1 - 1
App.vue

@@ -4,7 +4,7 @@
 	const pro_domain = 'https://lese.sxzxyj.net' // 生产
 	const uat_URL = uat_domain+'/gc-shop/' // 预发布
 	const pro_URL = pro_domain+'/gc-shop/'  // 生产
-	const buildType = 0 // 打包环境对应类型,1 生产 0 预发布
+	const buildType = 1 // 打包环境对应类型,1 生产 0 预发布
 	const buildURL = buildType ? pro_URL : uat_URL // 打包后实际对应的url
 	const envText = ['预发布环境','生产环境']
 	const envTips = process.env.NODE_ENV == 'development' ? envText[0] : envText[buildType]

+ 5 - 5
pages/index/index.vue

@@ -6,11 +6,7 @@
 			<u-grid :col="4" :border="false" @click="toPage">
 				<u-grid-item :index="3">
 					<u-image width="90rpx" height="90rpx" src="/static/hexiao.png"></u-image>
-					<view class="grid-text">投递/支付</view>
-				</u-grid-item>
-				<u-grid-item :index="2">
-					<u-image width="90rpx" height="90rpx" src="/static/shouyi.png"></u-image>
-					<view class="grid-text">我的投递码</view>
+					<view class="grid-text">投递/兑换</view>
 				</u-grid-item>
 				<u-grid-item :index="0">
 					<u-image width="90rpx" height="90rpx" src="/static/zhinan.png"></u-image>
@@ -20,6 +16,10 @@
 					<u-image width="90rpx" height="90rpx" src="/static/liucheng.png"></u-image>
 					<view class="grid-text">使用指南</view>
 				</u-grid-item>
+				<u-grid-item :index="2">
+					<u-image width="90rpx" height="90rpx" src="/static/shouyi.png"></u-image>
+					<view class="grid-text">投递二维码</view>
+				</u-grid-item>
 			</u-grid>
 		</view>
 		<!-- 网点 -->