初始化项目
This commit is contained in:
26
Web/pages/mycenter/index.wxml
Normal file
26
Web/pages/mycenter/index.wxml
Normal file
@@ -0,0 +1,26 @@
|
||||
<!--pages/mycenter/index.wxml-->
|
||||
<!--pages/mycenter/index.wxml-->
|
||||
<cu-custom bgColor="bg-gradual-blue">
|
||||
<view slot="content">AUTS数据中心-出货装车</view>
|
||||
<view slot="contents"> {{DBname}} </view>
|
||||
</cu-custom>
|
||||
<view class="padding-sm bg-white radius shadow shadow-lg">
|
||||
<!-- 用户头像系列 -->
|
||||
<view data-weui-theme="{{theme}}">
|
||||
|
||||
|
||||
<button class="avatar-wrapper" open-type="chooseAvatar" bind:chooseavatar="onChooseAvatar" bindtap="onChooseAvatars">
|
||||
<image class="avatar" src="{{avatarUrl}}"></image>
|
||||
</button>
|
||||
</view>
|
||||
<!-- 功能区域 -->
|
||||
<view class="padding-xl">
|
||||
<form>
|
||||
<view class="cu-form-group ">
|
||||
<view class="flex justify-between" bindtap="LoginOut" style="width:100%">
|
||||
<view class="text-df">退出登录</view>
|
||||
</view>
|
||||
</view>
|
||||
</form>
|
||||
</view>
|
||||
</view>
|
||||
Reference in New Issue
Block a user