Commit 1cc7fe5c authored by fwz's avatar fwz

使用帮助css里

数字和rpx不要有空格
parent 66e79b00
......@@ -8,7 +8,7 @@
<u-cell-group>
<u-cell title="设置消息订阅" :isLink="true" @click="openMsg()"></u-cell>
</u-cell-group>
<image v-if="image" :src="image"/>
<image v-if="image" :src="image" />
<image v-else src="@/static/my/help.png"/>
</div>
</view>
......@@ -29,7 +29,7 @@ export default {
this.http.httpTokenRequest(opts, {}).then(res => {
if (res.data.code == 200) {
if (res.data.data.imgPath != '') {
this.image = this.http.baseUrl + res.data.data.imgPath
this.image = res.data.data.imgPath
}
}
})
......@@ -148,8 +148,8 @@ export default {
<style lang="scss" scoped>
.hlep {
padding: 0 rpx 0;
height: 1092 rpx;
padding: 0rpx 0;
height: 1092rpx;
image {
height: 100%;
......
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