Browse Source

no message

featrue/v4.5
xpz2018 4 years ago
parent
commit
af0e7c4593
16 changed files with 6 additions and 10 deletions
  1. 7
      app.json
  2. 4
      pages/home/about/index.wxml
  3. 1
      pages/html/rules/index.wxss
  4. 2
      pages/login/index.js
  5. 0
      submodel/pages/html/agreement/index.js
  6. 0
      submodel/pages/html/agreement/index.json
  7. 0
      submodel/pages/html/agreement/index.wxml
  8. 0
      submodel/pages/html/agreement/index.wxss
  9. 0
      submodel/pages/html/risk/index.js
  10. 0
      submodel/pages/html/risk/index.json
  11. 0
      submodel/pages/html/risk/index.wxml
  12. 0
      submodel/pages/html/risk/index.wxss
  13. 1
      submodel/pages/html/rules/index.js
  14. 0
      submodel/pages/html/rules/index.json
  15. 1
      submodel/pages/html/rules/index.wxml
  16. 0
      submodel/pages/html/rules/index.wxss

7
app.json

@ -28,7 +28,6 @@
"pages/goods/index/index", "pages/goods/index/index",
"pages/goods/detail/index", "pages/goods/detail/index",
"pages/goods/create/index", "pages/goods/create/index",
"pages/bidding/detail/index",
"pages/article/publish/index", "pages/article/publish/index",
"pages/article/detail/index", "pages/article/detail/index",
"pages/article/factory/index", "pages/article/factory/index",
@ -59,12 +58,9 @@
"pages/purchase/create/index", "pages/purchase/create/index",
"pages/purchase/detail/index", "pages/purchase/detail/index",
"pages/message/index/index", "pages/message/index/index",
"pages/html/agreement/index",
"pages/html/bankcard/index", "pages/html/bankcard/index",
"pages/html/banner/index", "pages/html/banner/index",
"pages/html/html/index", "pages/html/html/index",
"pages/html/risk/index",
"pages/html/rules/index",
"pages/html/notice/index", "pages/html/notice/index",
"pages/html/integral/index", "pages/html/integral/index",
"pages/moment/paper/index", "pages/moment/paper/index",
@ -77,6 +73,9 @@
"pages/html/personal/index", "pages/html/personal/index",
"pages/html/logistics/index", "pages/html/logistics/index",
"pages/html/service/index", "pages/html/service/index",
"pages/html/agreement/index",
"pages/html/rules/index",
"pages/html/risk/index",
"pages/address/list/index", "pages/address/list/index",
"pages/address/create/index", "pages/address/create/index",
"pages/morder/index/index", "pages/morder/index/index",

4
pages/home/about/index.wxml

@ -5,6 +5,6 @@
<view style="height:32rpx"></view> <view style="height:32rpx"></view>
<wux-cell-group> <wux-cell-group>
<wux-cell title="纸通宝平台交易规则" is-link url="/pages/html/rules/index"></wux-cell>
<wux-cell title="商品交易风险提示书" is-link url="/pages/html/risk/index"> </wux-cell>
<wux-cell title="纸通宝平台交易规则" is-link url="/submodel/pages/html/rules/index"></wux-cell>
<wux-cell title="商品交易风险提示书" is-link url="/submodel/pages/html/risk/index"> </wux-cell>
</wux-cell-group> </wux-cell-group>

1
pages/html/rules/index.wxss

@ -1 +0,0 @@
/* pages/html/rules/index.wxss */

2
pages/login/index.js

@ -206,7 +206,7 @@ Page({
}) })
}, },
readAgreement: function () { readAgreement: function () {
wx.navigateTo({ url: '/pages/html/agreement/index' })
wx.navigateTo({ url: '/submodel/pages/html/agreement/index' })
}, },
onGotUserInfo: function (e) { onGotUserInfo: function (e) {
this.setData({ loging: true }) this.setData({ loging: true })

pages/html/agreement/index.js → submodel/pages/html/agreement/index.js

pages/html/agreement/index.json → submodel/pages/html/agreement/index.json

pages/html/agreement/index.wxml → submodel/pages/html/agreement/index.wxml

pages/html/agreement/index.wxss → submodel/pages/html/agreement/index.wxss

pages/html/risk/index.js → submodel/pages/html/risk/index.js

pages/html/risk/index.json → submodel/pages/html/risk/index.json

pages/html/risk/index.wxml → submodel/pages/html/risk/index.wxml

pages/html/risk/index.wxss → submodel/pages/html/risk/index.wxss

pages/html/rules/index.js → submodel/pages/html/rules/index.js

@ -1,4 +1,3 @@
// pages/html/rules/index.js
Page({ Page({
/** /**
* 页面的初始数据 * 页面的初始数据

pages/html/rules/index.json → submodel/pages/html/rules/index.json

pages/html/rules/index.wxml → submodel/pages/html/rules/index.wxml

@ -1,4 +1,3 @@
<!--pages/html/rules/index.wxml-->
<cu-custom bgColor="bg-white" isBack="{{true}}"> <cu-custom bgColor="bg-white" isBack="{{true}}">
<view slot="content">纸通宝交易规则</view> <view slot="content">纸通宝交易规则</view>
</cu-custom> </cu-custom>

0
submodel/pages/html/rules/index.wxss

Loading…
Cancel
Save