修改
This commit is contained in:
parent
1a8407c017
commit
eef774a305
@ -2,7 +2,7 @@
|
||||
<view class="app">
|
||||
<view class="content">
|
||||
<!-- <image src="/static/pageC/homepage.png" mode=""></image> -->
|
||||
<image src="@/static/homepagetop.png" mode=""></image>
|
||||
<image :src="baseurl+ '/profile/weChatPicture/mainPage.png'" mode=""></image>
|
||||
<view class="loginmount" @tap="city">
|
||||
<image src="../../static/pages/address.png" mode=""></image>
|
||||
<text>
|
||||
@ -91,6 +91,7 @@
|
||||
import {
|
||||
mapActions
|
||||
} from "vuex";
|
||||
import baseurl from '@/api/baseurl.js'
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
@ -100,10 +101,12 @@
|
||||
checkSign: null,
|
||||
address: '',
|
||||
openid: '',
|
||||
baseurl: '',
|
||||
}
|
||||
},
|
||||
onLoad() {},
|
||||
onShow() {
|
||||
this.baseurl = baseurl
|
||||
this.userinfo = uni.getStorageSync('userinfo')
|
||||
this.address = uni.getStorageSync('location')
|
||||
this.openid = uni.getStorageSync('openid');
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
<!-- <view class="title">
|
||||
我的
|
||||
</view> -->
|
||||
<image src="../../static/pages/userbanner.png" mode="" class="userbanner"></image>
|
||||
<image :src="baseurl + '/profile/weChatPicture/background.png'" mode="" class="userbanner"></image>
|
||||
<image src="/static/headsculpture.png" mode="" class="headsculpture" @tap='updatainfo'
|
||||
v-if="!appPersonallist.headPictureUrl">
|
||||
</image>
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<view class="app">
|
||||
<image src="../../static/pages/wenzhenbanner.png" mode="" class="banner"></image>
|
||||
<image :src="baseurl + '/profile/weChatPicture/consultation.png'" mode="" class="banner"></image>
|
||||
<view class="card">
|
||||
<view class="topbar">
|
||||
<view class="item" @tap='goimagetextConsultation'>
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 42 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 137 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 115 KiB |
Loading…
Reference in New Issue
Block a user