You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
322 B
7 lines
322 B
<!--pages/order/payresult/index.wxml-->
|
|
<title title="订单"></title>
|
|
<view class="iconfont icon-gou1"></view>
|
|
<view class="order-tip">订单正在处理中</view>
|
|
<view>具体出票/发货状态</view>
|
|
<view>将会通过短信/订单状态进行通知</view>
|
|
<view class="btn" bindtap="gotoOrderList">查看订单</view>
|