提交 b44b8452e8b70005f210050248f49d06fcfe2ead

作者 wangyu
1 个父辈 e5621ab9

修复薪资详情bug

... ... @@ -12,9 +12,7 @@
12 12 "pages/main/addtionalreduce/godetail/godetail",
13 13 "pages/main/addtionalreduce/lookandupdate/lookandupdate",
14 14 "pages/main/addtionalreduce/addextrainfo/addextrainfo",
15   -
16 15 "pages/main/addtionalreduce/adddupporters/adddupporters",
17   -
18 16 "pages/main/addtionalreduce/additiondetail/additiondetail",
19 17 "pages/main/advancepayment/adPayHome",
20 18 "pages/main/finalpayment/home",
... ... @@ -29,5 +27,6 @@
29 27 "navigationBarBackgroundColor": "#4478e3",
30 28 "navigationBarTitleText": "WeChat",
31 29 "navigationBarTextStyle": "white"
32   - }
  30 + },
  31 + "sitemapLocation": "sitemap.json"
33 32 }
\ No newline at end of file
... ...
... ... @@ -35,7 +35,7 @@ Page({
35 35 success: function (result) {
36 36 console.log('成功', result)
37 37 self.setData({
38   - taxDatas: that.handleTaxData(result.data)
  38 + taxDatas: self.handleTaxData(result.data)
39 39 })
40 40 },
41 41 fail: function (res) {
... ...
... ... @@ -18,6 +18,8 @@
18 18 "hidedInDevtools": []
19 19 },
20 20 "isGameTourist": false,
  21 + "simulatorType": "wechat",
  22 + "simulatorPluginLibVersion": {},
21 23 "condition": {
22 24 "search": {
23 25 "current": -1,
... ...
  1 +{
  2 + "desc": "关于本文件的更多信息,请参考文档 https://developers.weixin.qq.com/miniprogram/dev/framework/sitemap.html",
  3 + "rules": [{
  4 + "action": "allow",
  5 + "page": "*"
  6 + }]
  7 +}
\ No newline at end of file
... ...
注册登录 后发表评论