| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- <view class="container">
- <!-- 挂牌信息 -->
- <view class="listing-info">
- <view class="listing-info-item">
- <text>挂牌信息</text>
- </view>
- <view class="listing-info-item">
- <text>分类:</text>
- <text>成批裸钻</text>
- </view>
- <view class="listing-info-item">
- <text>委托单信息:</text>
- <text>3201657258206970002</text>
- </view>
- <view class="listing-info-item">
- <text>卖方:</text>
- <text>机构1000</text>
- </view>
- <view class="listing-info-item">
- <text>商品编号:</text>
- <text>CPLZ00000001</text>
- </view>
- <view class="listing-info-item">
- <text>资金帐号:</text>
- <text>25000000001</text>
- </view>
- <view class="listing-info-item">
- <text>委托价格:</text>
- <text>¥8,123.00</text>
- </view>
- <view class="listing-info-item">
- <text>委托时间:</text>
- <text>2000-07-15 11:20:20</text>
- </view>
- <view class="listing-info-item">
- <text>委托重量:</text>
- <text>223.23CT</text>
- </view>
- <view class="listing-info-item">
- <text>有效日期:</text>
- <text>2022-08-15</text>
- </view>
- <view class="listing-info-item">
- <text>成交重量:</text>
- <text>100.00CT</text>
- </view>
- </view>
- <!-- 询价信息 -->
- <view class="button-view">
- <van-button id="close" block round color="#7232dd" bind:click="buttonOnClick">关闭</van-button>
- </view>
- </view>
|