添加组件
This commit is contained in:
@@ -4,6 +4,6 @@
|
||||
"t-input": "tdesign-miniprogram/input/input",
|
||||
"t-checkbox": "tdesign-miniprogram/checkbox/checkbox",
|
||||
"t-icon": "tdesign-miniprogram/icon/icon",
|
||||
"popup-plugin": "/pages/components/popup-plugin/index"
|
||||
"popup-plugin": "/pages/components/popup-plugin/popup-plugin"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
{{item.msg}}
|
||||
</view>
|
||||
</view>
|
||||
<popup-plugin visible="{{ show }}" round bind:close="onClose" title="订单流程完成">
|
||||
<popup-plugin visible="{{ show }}" bind:close="onClose" title="订单流程完成">
|
||||
<!-- <view wx:for="{{orders}}" wx:key="rel_order_no"
|
||||
style="border: 1rpx solid #ddd;border-radius: 4px;display: flex;flex-direction: column;margin-bottom: 12px;">
|
||||
<view style="padding: 8px;">
|
||||
@@ -98,7 +98,7 @@
|
||||
<view wx:for="{{defaultBonusConfig[key]}}" class="tr" wx:key="key">
|
||||
<view class="td">{{item.key}}</view>
|
||||
<view class="td">{{item.bonus_code}}</view>
|
||||
|
||||
|
||||
<view class="td">
|
||||
<t-button size="small" type="primary" data-order_no="{{key}}" data-key="{{item.bonus_code}}"
|
||||
bind:tap="onSelectBonus">选择</t-button>
|
||||
@@ -108,4 +108,4 @@
|
||||
</view>
|
||||
</popup-plugin> -->
|
||||
</view>
|
||||
</page-plugin>
|
||||
</page-plugin>
|
||||
|
||||
Reference in New Issue
Block a user