Commit 1309f9d8cada96f30d901a2d8f9fccf523db966c

Authored by shaoshuai
1 parent 4a732e8c13
Exists in master

建档

Showing 7 changed files with 20 additions and 5 deletions

woman/pages/document/document.js View file @ 1309f9d
... ... @@ -14,7 +14,11 @@
14 14 onLoad(options) {
15 15  
16 16 },
17   -
  17 + goCreate(e) {
  18 + wx.navigateTo({
  19 + url: '../fnSubscribeDocument/fnSubscribeDocument',
  20 + })
  21 + },
18 22 /**
19 23 * 生命周期函数--监听页面初次渲染完成
20 24 */
woman/pages/document/document.json View file @ 1309f9d
1 1 {
2   - "usingComponents": {}
  2 + "navigationBarBackgroundColor": "#ffffff",
  3 + "navigationBarTitleText": "档案信息",
  4 + "navigationBarTextStyle": "black"
  5 +
3 6 }
woman/pages/document/document.wxml View file @ 1309f9d
1 1 <!--pages/document/document.wxml-->
2   -<text>pages/document/document.wxml</text>
  2 +<image class="pic" src="../../source/imageSource/bg/create.png" mode="aspectFit" bindtap="goCreate"></image>
  3 +<image class="pic" src="../../source/imageSource/bg/have.png" mode="aspectFit"></image>
woman/pages/document/document.wxss View file @ 1309f9d
1 1 /* pages/document/document.wxss */
  2 +.pic{
  3 + width: 670upx;
  4 + height: 360upx;
  5 + margin: 0 40rpx;
  6 +}
woman/pages/phoneLogin/phoneLogin.js View file @ 1309f9d
... ... @@ -16,7 +16,9 @@
16 16 },
17 17 login(){
18 18 console.log("登录");
19   -
  19 + wx.navigateTo({
  20 + url: '../document/document'
  21 + })
20 22 },
21 23 // 获取验证码
22 24 getVerifyCode: function (e) {
woman/source/imageSource/bg/create.png View file @ 1309f9d

182 KB

woman/source/imageSource/bg/have.png View file @ 1309f9d

179 KB