shish 4 éve
szülő
commit
99e841e4a0

+ 3 - 3
hdApp/src/pagesPurchase/ghsProduct.vue

@@ -8,8 +8,8 @@
           <view class="shop_title">{{pageInfo.name||''}}</view>
 
 			<view v-if="pageInfo.hasRechargeHb && pageInfo.hasRechargeHb ==1" class="shop_intro" @tap="recharge(pageInfo)">
-				<text>充值送红包,最高{{parseFloat(pageInfo.hasRechargeHbAmount)}}元
-					<text style="z-index:999999;margin-left:15rpx;color:red;border:1px solid red;padding:3rpx 10rpx 3rpx 10rpx;border-radius:10rpx;">去充值</text>
+				<text>充值送红包,最高<text style="color:red;font-weight:700;">{{parseFloat(pageInfo.hasRechargeHbAmount)}}</text>
+					<text style="z-index:999999;margin-left:15rpx;color:red;border:1px solid red;padding:3rpx 12rpx 3rpx 12rpx;border-radius:10rpx;">去充值</text>
 				</text>
 			</view>
 
@@ -24,7 +24,7 @@
     </view>
 		<view class="input-wrap" >
 			<view class="search-bar">
-				<app-search-module v-model="py" placeholder="输字母搜索,如太阳花,输tyh" @input="searchFn" />
+				<app-search-module v-model="py" placeholder="输入字母搜索,如艾莎 as" @input="searchFn" />
 			</view>
 			<view style="padding:0 0rpx 0 20rpx;" >
 				<button class="admin-button-com middle blue" @click="removeMemory(option.id)">清除采购</button>

+ 1 - 1
hdApp/src/pagesStore/me/recharge.vue

@@ -9,7 +9,7 @@
         <view v-if="item[2]" class="amount string" :class="item[2].select == 1  ? 'selected' : ''" @click="selectRecharge(item[2])">{{item[2].amount}}</view>
       </view>
 
-      <view v-if="!$util.isEmpty(hbData)" class="hb-hint">赠送<text>{{hbData.num}}</text>张<text>{{hbData.hbAmount}}</text>元红包,总共<text>{{hbData.totalHb}}</text>元</view>
+      <view v-if="!$util.isEmpty(hbData)" class="hb-hint">赠送<text>{{hbData.num}}</text>张<text>{{parseFloat(hbData.hbAmount)}}</text>元红包,总共<text>{{parseFloat(hbData.totalHb)}}</text>元</view>
 
       <view class="confirm-btn">
         <button class="admin-button-com big blue" @click="wexinPayFn" formType="submit">充值</button>