Parcourir la source

卡号新增表单label字体调整

xiaohuangmao il y a 4 ans
Parent
commit
54e7433c9d

+ 2 - 2
app.json

@@ -1,9 +1,9 @@
 {
 	"pages": [
-		"pages/postage/postage",
-		"pages/postageManage/postageManage",
 		"pages/postageDetail/postageDetail",
 		"pages/index/index",
+		"pages/postage/postage",
+		"pages/postageManage/postageManage",
 		"pages/myhome/myhome",
 		"pages/address/address",
 		"pages/phoneCharges/phoneCharges",

+ 2 - 2
config.js

@@ -1,7 +1,7 @@
 // let api = "https://passport.lrlz.com/mobile/index.php";
 // let api = "http://www.xyzshops.cn/mobile/index.php";
-let api = "http://192.168.1.200/mobile/index.php";
-// let api = "https://www.xyzshops.cn/mobile/index.php";
+// let api = "http://192.168.1.200/mobile/index.php";
+let api = "https://www.xyzshops.cn/mobile/index.php";
 
 function getReq(app,data, callback, method)
 {

+ 4 - 1
pages/postage/postage.wxml

@@ -35,7 +35,10 @@
       <view class="btn-rechargeNow" bindtap="handlerRecharge">
         <text>立即充值</text>
       </view>
-      <view class="rechargeNow-tips">充值后,即时到账</view>
+      <view class="rechargeNow-tips">
+        说明:1.充值后1-5分钟左右到账,中石油或者中石化公众号将发充值成功信息至加油卡捆绑微信;
+        2.充值到账后,需要去加油站进行圈存;本平台加油暂时不提供发票,请知悉。
+      </view>
     </view>
   </view>
 </view>

+ 2 - 2
pages/postageDetail/postageDetail.wxml

@@ -31,11 +31,11 @@
   </view>
   <view wx:if="{{card_type!=='phone'}}">
     <view class="form-control form-control-flex">
-      <label class="form-label">卡    :</label>
+      <label class="form-label">卡号</label>:
       <input class="input-control" type="number" name="card_no" value="{{card_no}}"/>
     </view>
     <view class="form-control form-control-flex">
-      <label class="form-label">确认卡号:</label>
+      <label class="form-label">确认卡号</label>:
       <input class="input-control" type="number" name="confirm_card_no"  value="{{confirm_card_no}}"/>
     </view>
   </view>

+ 3 - 0
pages/postageDetail/postageDetail.wxss

@@ -202,7 +202,10 @@
 }
 
 .form-label{
+  width: 125rpx;
+  margin-right: 10rpx;
   color: #2b2b2b; 
+  text-align-last: justify;
 }
 
 .radiobox{