diff --git a/images/agreementv2.png b/images/agreementv2.png new file mode 100644 index 0000000..3dfcafe Binary files /dev/null and b/images/agreementv2.png differ diff --git a/pages/heart/heart.wxml b/pages/heart/heart.wxml index 056c9c1..fa129fb 100644 --- a/pages/heart/heart.wxml +++ b/pages/heart/heart.wxml @@ -14,7 +14,7 @@ - + diff --git a/pages/toRegister/toRegister.js b/pages/toRegister/toRegister.js index 487ccc6..374e3b2 100644 --- a/pages/toRegister/toRegister.js +++ b/pages/toRegister/toRegister.js @@ -12,14 +12,14 @@ Page({ height: app.globalData.height * 2 + 20, }, onLoad: function (options) { - wx.setNavigationBarColor({ - frontColor: '#ffffff', - backgroundColor: '#FC383B', - animation: { - duration: 400, - timingFunc: 'easeIn' - } - }) + // wx.setNavigationBarColor({ + // frontColor: '#ffffff', + // backgroundColor: '#FC383B', + // animation: { + // duration: 400, + // timingFunc: 'easeIn' + // } + // }) let that = this const versionNum = '1.2.0' api.getScanSwitch(versionNum).then(function (res) { diff --git a/pages/toRegister/toRegister.wxml b/pages/toRegister/toRegister.wxml index b6cc168..2328566 100644 --- a/pages/toRegister/toRegister.wxml +++ b/pages/toRegister/toRegister.wxml @@ -1,6 +1,6 @@ - + diff --git a/pages/toRegister/toRegister.wxss b/pages/toRegister/toRegister.wxss index e5ef20c..e62229c 100644 --- a/pages/toRegister/toRegister.wxss +++ b/pages/toRegister/toRegister.wxss @@ -11,6 +11,7 @@ flex-direction: column; } .bgimg{ + margin-top: 217rpx; width: 100%; height: auto; position: absolute;