This commit is contained in:
曹辉 2022-11-15 15:47:42 +08:00
parent 5b5fe6aabf
commit 4fc97c5c2f
3 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@
const value2 = uni.getStorageSync('password'); const value2 = uni.getStorageSync('password');
if (value && value2) { if (value && value2) {
that.phonenumber = value that.phonenumber = value
that.password = value that.password = value2
that.myInfo() that.myInfo()
} }
} catch (e) {} } catch (e) {}

View File

@ -1,6 +1,6 @@
<template> <template>
<view class="app"> <view class="app">
<image src="../../static/启动页.png" mode=""></image> <image src="../../static/logo.png" mode=""></image>
<view class="title"> <view class="title">
泉医到家 泉医到家
</view> </view>

View File

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB