This commit is contained in:
2023-12-28 16:00:04 +08:00
parent 1a8407c017
commit eef774a305
7 changed files with 107 additions and 104 deletions

View File

@ -2,7 +2,7 @@
<view class="app"> <view class="app">
<view class="content"> <view class="content">
<!-- <image src="/static/pageC/homepage.png" mode=""></image> --> <!-- <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"> <view class="loginmount" @tap="city">
<image src="../../static/pages/address.png" mode=""></image> <image src="../../static/pages/address.png" mode=""></image>
<text> <text>
@ -91,6 +91,7 @@
import { import {
mapActions mapActions
} from "vuex"; } from "vuex";
import baseurl from '@/api/baseurl.js'
export default { export default {
data() { data() {
return { return {
@ -100,10 +101,12 @@
checkSign: null, checkSign: null,
address: '', address: '',
openid: '', openid: '',
baseurl: '',
} }
}, },
onLoad() {}, onLoad() {},
onShow() { onShow() {
this.baseurl = baseurl
this.userinfo = uni.getStorageSync('userinfo') this.userinfo = uni.getStorageSync('userinfo')
this.address = uni.getStorageSync('location') this.address = uni.getStorageSync('location')
this.openid = uni.getStorageSync('openid'); this.openid = uni.getStorageSync('openid');

View File

@ -4,7 +4,7 @@
<!-- <view class="title"> <!-- <view class="title">
我的 我的
</view> --> </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' <image src="/static/headsculpture.png" mode="" class="headsculpture" @tap='updatainfo'
v-if="!appPersonallist.headPictureUrl"> v-if="!appPersonallist.headPictureUrl">
</image> </image>

View File

@ -1,6 +1,6 @@
<template> <template>
<view class="app"> <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="card">
<view class="topbar"> <view class="topbar">
<view class="item" @tap='goimagetextConsultation'> <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