add description in data structure and fix bug of pay.js
Showing
3 changed files
with
28 additions
and
1 deletions
@@ -1246,3 +1246,28 @@ | @@ -1246,3 +1246,28 @@ | ||
1246 | 'isCollect':true// | 1246 | 'isCollect':true// |
1247 | } | 1247 | } |
1248 | } | 1248 | } |
1249 | + | ||
1250 | +###支付中心 | ||
1251 | + | ||
1252 | + { | ||
1253 | + 'payAppInfo' : { | ||
1254 | + 'appIcon' : 'http://static.yohobuy.com/images/icon.png', | ||
1255 | + 'app' : '微信支付', | ||
1256 | + 'hint' : '需下载微信客户端', | ||
1257 | + 'subHint' : '推荐使用' | ||
1258 | + } | ||
1259 | + } | ||
1260 | + | ||
1261 | +###物流详情 | ||
1262 | + | ||
1263 | + { | ||
1264 | + 'logisticImg' : 'http://static.yohobuy.com/images/icon.png', | ||
1265 | + 'logisticUrl' : 'http://www.shunfeng.com', | ||
1266 | + 'logisticCompany' : '顺丰', | ||
1267 | + 'logisticNumber' : '1231231231', | ||
1268 | + 'logisticDetail' : { | ||
1269 | + 'status' : '南京市 派送中', | ||
1270 | + 'date' : '2015-12-03' | ||
1271 | + } | ||
1272 | + } | ||
1273 | + |
-
Please register or login to post a comment