yuminge-app/yun-min-program-plugin-master/packageA/member/info_costom/info_costom.wxml

14 lines
397 B
Plaintext

<!--pages/member/info_costom/info_costom.wxml-->
<view class="editinfo">
<van-cell-group>
<van-field label="{{custom_title}}" type="text" value="{{custom_value}}" placeholder="请输入信息" border="{{false}}"
bind:blur="custom_inp" />
</van-cell-group>
<view class="buttonGropup">
<view class="button" catchtap="submitInfo">
确认
</view>
</view>
</view>
<shopfoot></shopfoot>