Commit 98b1710b3aa82317b972497d2a3e5fbdd9de2266

Authored by yvan.ni
2 parents 55cc3821 d592e97b

Merge branch 'dev' of http://git.vipzhuang.cn/wxd/MShopWeApp into dev

packageC/pages/luckyGo/luckyGo_details/luckyGo_details.json
... ... @@ -2,6 +2,7 @@
2 2 "navigationBarTitleText": "参团详情",
3 3 "enablePullDownRefresh": false,
4 4 "usingComponents": {
5   - "share": "/components/share/share"
  5 + "share": "/components/share/share",
  6 + "nav_box": "/components/nav_box/nav_box"
6 7 }
7 8 }
8 9 \ No newline at end of file
... ...
packageC/pages/luckyGo/luckyGo_details/luckyGo_details.wxml
... ... @@ -377,7 +377,11 @@
377 377 <view class="pdv20">
378 378 <view class="btn" bindtap="closeRules">我知道了</view>
379 379 </view>
380   - </view>
  380 + </view>.
  381 +
  382 +
  383 + <!-- 制作一个圆球导航 -->
  384 + <nav_box></nav_box>
381 385  
382 386  
383 387  
... ...