美化了样式3.0
This commit is contained in:
BIN
pages/personCenter/mine/images/dash.png
Normal file
BIN
pages/personCenter/mine/images/dash.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.7 KiB |
BIN
pages/personCenter/mine/images/order.png
Normal file
BIN
pages/personCenter/mine/images/order.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.1 KiB |
BIN
pages/personCenter/mine/images/setting.png
Normal file
BIN
pages/personCenter/mine/images/setting.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.7 KiB |
@ -10,7 +10,6 @@ Page({
|
||||
* 页面的初始数据
|
||||
*/
|
||||
data: {
|
||||
items: [null,null,null],
|
||||
nickName: "",
|
||||
userAvatar: "",
|
||||
phoneNumber: "",
|
||||
|
@ -281,9 +281,9 @@
|
||||
<view class="flex-row items-center">
|
||||
<image
|
||||
class="shrink-0 image_6"
|
||||
src="./images/zhanghaoshezhi.png"
|
||||
src="./images/order.png"
|
||||
/>
|
||||
<text class="font ml-5">我的订单</text>
|
||||
<text class="font ml-8">我的订单</text>
|
||||
</view>
|
||||
<image
|
||||
class="image_7"
|
||||
@ -294,9 +294,9 @@
|
||||
<view class="flex-row items-center">
|
||||
<image
|
||||
class="shrink-0 image_6"
|
||||
src="./images/zhanghaoshezhi.png"
|
||||
src="./images/dash.png"
|
||||
/>
|
||||
<text class="font text_7 ml-5">仪表盘</text>
|
||||
<text class="font text_7 ml-8">仪表盘</text>
|
||||
</view>
|
||||
<image
|
||||
class="image_7"
|
||||
@ -307,9 +307,9 @@
|
||||
<view class="flex-row items-center">
|
||||
<image
|
||||
class="shrink-0 image_6"
|
||||
src="./images/zhanghaoshezhi.png"
|
||||
src="./images/setting.png"
|
||||
/>
|
||||
<text class="font text_8 ml-5">账号设置</text>
|
||||
<text class="font text_8 ml-8">账号设置</text>
|
||||
</view>
|
||||
<image
|
||||
class="image_7"
|
||||
|
Reference in New Issue
Block a user