DaMowang 3 rokov pred
rodič
commit
5f1a609775

+ 1 - 1
src/components/not-goods/index.vue

@@ -1,6 +1,6 @@
 <template>
 	<view class='con_nothing'>
-	    <image mode='widthFix' class='image' src='/static/con_nothing.png'></image>
+	    <image mode='widthFix' class='image' src='/static/img/con_nothing.png'></image>
 	    <text>{{textStr?textStr:"抱歉!暂无相关商品"}}</text>
 	</view>
 </template>

+ 3 - 3
src/pages/autonym-pay/index.vue

@@ -12,7 +12,7 @@
 			<view class="list_name">充值方式</view>
 			<view class="option_con flex_r flex_ac flex_jb mar_t16" @tap="setPayWay">
 				<view class="way_con flex_r flex_ac">
-					<image class="way_img" src="/static/weixin_icon.png" mode=""></image>
+					<image class="way_img" src="/static/img/weixin_icon.png" mode=""></image>
 					<view class="way_text">微信支付</view>
 				</view>
 				<view class="way_radio" :class="isSelect ? 'select' : ''"></view>
@@ -188,14 +188,14 @@
 	.way_radio {
 		width: 39rpx;
 		height: 35rpx;
-		background: url("~@/static/weixuanzhong.png");
+		background: url("~@/static/img/weixuanzhong.png");
 		background-repeat: no-repeat;
 		background-size: 35rpx 35rpx;
 		background-position: center center;
 	}
 
 	.select {
-		background: url("~@/static/consent.png");
+		background: url("~@/static/img/consent.png");
 		background-repeat: no-repeat;
 		background-size: 39rpx 35rpx;
 		background-position: center center;

+ 1 - 1
src/pages/cash/index.vue

@@ -10,7 +10,7 @@
               <view class="uni-input">{{ array[index] }}</view>
               <image
                 style="width: 25rpx; height: 25rpx; margin-left: 15rpx"
-                src="/static/down.png"
+                src="/static/img/down.png"
                 mode=""
               ></image>
             </view>

+ 6 - 6
src/pages/integral-list/index.vue

@@ -45,8 +45,8 @@
                   class="frist_img"
                   :src="
                     currrent == index
-                      ? '/static/xuanzhong_icon.png'
-                      : '/static/weixuanzhong_icon.png'
+                      ? '/static/img/xuanzhong_icon.png'
+                      : '/static/img/weixuanzhong_icon.png'
                   "
                   mode=""
                 ></image>
@@ -63,8 +63,8 @@
                   class="frist_img"
                   :src="
                     pay_way == 0
-                      ? '/static/xuanzhong_icon.png'
-                      : '/static/weixuanzhong_icon.png'
+                      ? '/static/img/xuanzhong_icon.png'
+                      : '/static/img/weixuanzhong_icon.png'
                   "
                   mode=""
                 ></image>
@@ -77,8 +77,8 @@
                   class="frist_img"
                   :src="
                     pay_way == 1
-                      ? '/static/xuanzhong_icon.png'
-                      : '/static/weixuanzhong_icon.png'
+                      ? '/static/img/xuanzhong_icon.png'
+                      : '/static/img/weixuanzhong_icon.png'
                   "
                   mode=""
                 ></image>

+ 1 - 1
src/pages/my-credites/index.vue

@@ -21,7 +21,7 @@
               <view class="select_name">{{ array[index]["source"] }}</view>
               <image
                 style="width: 25rpx; height: 25rpx; margin-left: 15rpx"
-                src="/static/down.png"
+                src="/static/img/down.png"
                 mode=""
               ></image>
             </view>

+ 2 - 2
src/pages/my-tea-list/index.vue

@@ -22,14 +22,14 @@
         <view class="head_option flex_r flex_ac">
           <!-- <image
             class="option_weixin"
-            src="/static/weixin.png"
+            src="/static/img/weixin.png"
             mode=""
             @tap="copyText"
           ></image> -->
           <view class="option_hr"></view>
           <image
             class="option_phone"
-            src="/static/dianhua.png"
+            src="/static/img/dianhua.png"
             mode=""
             @tap="dial(higherInfo.mobile)"
           ></image>

+ 2 - 2
src/pages/speed-up/index.vue

@@ -37,7 +37,7 @@
 			</view>
 			<view class="sign_option flex_r flex_ac flex_jb">
 				<view class="flex_r flex_ac">
-					<image class="hint_img" src="/static/notice.png" mode=""></image>
+					<image class="hint_img" src="/static/img/notice.png" mode=""></image>
 					<view class="hint_msg">已达到最大签到次数或签到次数不足</view>
 				</view>
 				<view class="btn" @tap="gotoSign">立即加速</view>
@@ -53,7 +53,7 @@
 					<view class="sign_msg" style="max-width: 80%;">分享新用户在零售专区消费可获得加速,直至最快寄售匹配周期。</view>
 				</view>
 				<view class="pro_con">
-					<image src="/static/promotion.png" mode=""></image>
+					<image src="/static/img/promotion.png" mode=""></image>
 				</view>
 			</view>
 			<view class="sign_option flex_r flex_ac flex_je">

+ 2 - 2
src/pages/tea-list/index.vue

@@ -18,14 +18,14 @@
       <view class="head_option flex_r flex_ac">
         <!-- <image
           class="option_weixin"
-          src="/static/weixin.png"
+          src="/static/img/weixin.png"
           mode=""
           @tap="copyText(item.wxNumber)"
         ></image> -->
         <view class="option_hr"></view>
         <image
           class="option_phone"
-          src="/static/dianhua.png"
+          src="/static/img/dianhua.png"
           mode=""
           @tap="dial(item.mobile)"
         ></image>

+ 1 - 1
src/pages/to-pay-list/index.vue

@@ -332,7 +332,7 @@ page {
 }
 
 .goods_num {
-    text-align: right;
+    // text-align: right;
     font-size: 26rpx;
     color: #989898;
     position: absolute;

+ 4 - 4
src/pages/top-up/index.vue

@@ -8,7 +8,7 @@
             <view class="select_name">{{ array[index] }}</view>
             <image
               style="width: 25rpx; height: 25rpx; margin-left: 15rpx"
-              src="/static/down.png"
+              src="/static/img/down.png"
               mode=""
             >
             </image>
@@ -101,7 +101,7 @@
       <view class="list_name">充值方式</view>
       <view class="option_con flex_r flex_ac flex_jb mar_t16">
         <view class="way_con flex_r flex_ac">
-          <image class="way_img" src="/static/weixin_icon.png" mode=""></image>
+          <image class="way_img" src="/static/img/weixin_icon.png" mode=""></image>
           <view class="way_text">微信支付</view>
         </view>
         <view
@@ -282,14 +282,14 @@ page {
 .way_radio {
   width: 39rpx;
   height: 35rpx;
-  background: url("~@/static/weixuanzhong.png");
+  background: url("~@/static/img/weixuanzhong.png");
   background-repeat: no-repeat;
   background-size: 35rpx 35rpx;
   background-position: center center;
 }
 
 .select_way {
-  background: url("~@/static/xuanzhong_icon.png");
+  background: url("~@/static/img/xuanzhong_icon.png");
   background-repeat: no-repeat;
   background-size: 39rpx 35rpx;
   background-position: center center;

BIN
src/static/consent.png


+ 0 - 0
src/static/con_nothing.png → src/static/img/con_nothing.png


+ 0 - 0
src/static/dianhua.png → src/static/img/dianhua.png


+ 0 - 0
src/static/down.png → src/static/img/down.png


BIN
src/static/img/notice.png


BIN
src/static/img/promotion.png


+ 0 - 0
src/static/weixin.png → src/static/img/weixin.png


+ 0 - 0
src/static/weixin_icon.png → src/static/img/weixin_icon.png


+ 0 - 0
src/static/weixuanzhong_icon.png → src/static/img/weixuanzhong_icon.png


+ 0 - 0
src/static/xuanzhong_icon.png → src/static/img/xuanzhong_icon.png


BIN
src/static/weixuanzhong.png