修改
This commit is contained in:
parent
5b5fe6aabf
commit
4fc97c5c2f
@ -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) {}
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
Loading…
Reference in New Issue
Block a user