Explorar o código

修改了充值模块下的查看详情

yerong %!s(int64=4) %!d(string=hai) anos
pai
achega
33187e4a29
Modificáronse 2 ficheiros con 11 adicións e 5 borrados
  1. 1 1
      dist/wx
  2. 10 4
      src/pages/user_center/recharge/index.vue

+ 1 - 1
dist/wx

@@ -1 +1 @@
-Subproject commit c73bc3933903aef88e14c50792c48beff80a5131
+Subproject commit a3e43df8186c0e6e4b44f44c5fa3a210de5e77fe

+ 10 - 4
src/pages/user_center/recharge/index.vue

@@ -49,9 +49,12 @@
                   <text class="text-white mine_min">{{ item.price }} <text class="text-white text-sm">&yen;</text> </text>
               </view>
               <view class="text-center">
-                <img src="https://img.shuimuai.com/web/btn_seedetil_2.png" class="check_detail" alt=""
-                     @click="changeCardShow(item.goods_id)"
-                >
+                <img src="https://img.shuimuai.com/web/btn_seedetil_1%402x.png"  class="check_detail" alt=""
+                   v-if="card_action_show == item.goods_id"
+              >
+              <img src="https://img.shuimuai.com/web/btn_seedetil_2.png" class="check_detail" alt=""
+                   v-else
+              >
               </view>
 
             </div>
@@ -108,8 +111,11 @@
               <view class="text-center">
                  <text class="text-white mine_min">{{ item.price }} <text class="text-white text-sm">&yen;</text> </text>
               </view>
+              <img src="https://img.shuimuai.com/web/btn_seedetil_1%402x.png"  class="check_detail" alt=""
+                   v-if="card_action_show == item.goods_id"
+              >
               <img src="https://img.shuimuai.com/web/btn_seedetil_2.png" class="check_detail" alt=""
-                   @click="changeCardShow(item.goods_id)"
+                   v-else
               >
 
             </div>