Commit 04c10bfe authored by lvtz's avatar lvtz

fix

parent cd8c512a
......@@ -178,5 +178,10 @@ Page({
wx.navigateTo({
url: `/business/pages/organizationalmgt/setting?sid=${this.data.sid}`
})
},
goPcwebsite(){
wx.navigateTo({
url: `/business/pages/organizationalmgt/pcwebsiteintroduction`
})
}
})
\ No newline at end of file
......@@ -25,7 +25,7 @@
</view>
</view>
<view class="line-box">
<view class="line">
<view class="line" bindtap="goPcwebsite">
<view class="left">
<image class="icon" src="{{localImageRoot}}2b/organizationalmgt/pc-icon.png?{{imageVersion}}"/>登录PC管理
</view>
......
/* business/pages/organizationalmgt/pcwebsiteintroduction.wxss */
.container{
padding-bottom: 100rpx;
padding: 30rpx 0 190rpx;
}
.container image{
display: block;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment