Browse Source

获取充值码的调整

shish 10 months ago
parent
commit
24280f5f27
2 changed files with 7 additions and 7 deletions
  1. 6 6
      hdApp/src/admin/recharge/rechargeCode.vue
  2. 1 1
      hdApp/src/pages.json

+ 6 - 6
hdApp/src/admin/recharge/rechargeCode.vue

@@ -1,5 +1,11 @@
 <template>
     <view class="app-content">
+      <view class="poster_box">
+        <image :src="posterUrl" mode="widthFix" class="img_url"></image>
+      </view>
+      <view class="confirm-btn">
+        <button class="admin-button-com big blue" @click="downloadImg(posterUrl)">保存海报</button>
+      </view>
       <view class="img_box">
         <image :src="imgUrl" mode="heightFix" class="img_url"></image>
       </view>
@@ -7,12 +13,6 @@
       <view class="confirm-btn">
         <button class="admin-button-com big blue" @click="downloadImg(imgUrl)">保存图片</button>
       </view>
-      <view class="poster_box">
-        <image :src="posterUrl" mode="widthFix" class="img_url"></image>
-      </view>
-      <view class="confirm-btn">
-        <button class="admin-button-com big blue" @click="downloadImg(posterUrl)">保存海报</button>
-      </view>
     </view>
   </template>
   <script>

+ 1 - 1
hdApp/src/pages.json

@@ -600,7 +600,7 @@
 				"pagePath": "admin/home/member",
 				"iconPath": "static/images/common/member-no.png",
 				"selectedIconPath": "static/images/common/member-is.png",
-				"text": "会员"
+				"text": "客户"
 			},
 			{
 				"pagePath": "admin/home/apply",