Authored by biao

add description in data structure and fix bug of pay.js

@@ -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 +
@@ -15,3 +15,5 @@ require('./address'); @@ -15,3 +15,5 @@ require('./address');
15 require('./suggest'); 15 require('./suggest');
16 require('./browse-record'); 16 require('./browse-record');
17 require('./address-act'); 17 require('./address-act');
  18 +require('./logistic');
  19 +require('./pay');
@@ -29,7 +29,7 @@ function hideWeChatPay() { @@ -29,7 +29,7 @@ function hideWeChatPay() {
29 } 29 }
30 30
31 function handleForWX() { 31 function handleForWX() {
32 - if (isWXOpen()) { 32 + if (!isWXOpen()) {
33 hideWeChatPay(); 33 hideWeChatPay();
34 } 34 }
35 } 35 }