添加订单详情页, 及组件修改
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
<t-cell arrow note="{{label}}" hover bind:click="onShowPicker">
|
||||
<view slot="title" class="custom-label">选择账户</view>
|
||||
<t-cell arrow hover bind:click="onShowPicker">
|
||||
<view slot="title">选择账户</view>
|
||||
<view slot="note" style="color: {{ label ? '#000': '#999'}} ">{{label||'选择账户'}}</view>
|
||||
</t-cell>
|
||||
<t-picker visible="{{visible}}" value="{{value}}" title="选择账户" cancelBtn="取消" confirmBtn="确认"
|
||||
<t-picker visible="{{visible}}" value="{{[value]}}" title="选择账户" cancelBtn="取消" confirmBtn="确认"
|
||||
bindconfirm="onPickerConfirm" bindcancel="onPickerCancel">
|
||||
<t-picker-item options="{{list}}">
|
||||
<block wx:for="{{list}}" wx:key="index" wx:for-item="option">
|
||||
<view wx:if="{{option.tag}}" slot="label-suffix--{{index}}" class="label-suffix">
|
||||
<t-tag size="small" theme="primary">{{option.tag}}</t-tag>
|
||||
</view>
|
||||
</block>
|
||||
|
||||
</t-picker-item>
|
||||
</t-picker>
|
||||
Reference in New Issue
Block a user