修改
This commit is contained in:
parent
5b5fe6aabf
commit
4fc97c5c2f
@ -77,7 +77,7 @@
|
||||
const value2 = uni.getStorageSync('password');
|
||||
if (value && value2) {
|
||||
that.phonenumber = value
|
||||
that.password = value
|
||||
that.password = value2
|
||||
that.myInfo()
|
||||
}
|
||||
} catch (e) {}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<view class="app">
|
||||
<image src="../../static/启动页.png" mode=""></image>
|
||||
<image src="../../static/logo.png" mode=""></image>
|
||||
<view class="title">
|
||||
泉医到家
|
||||
</view>
|
||||
|
||||
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
Loading…
Reference in New Issue
Block a user