Browse Source

no message

feature/v1.5
xpz2018 4 years ago
parent
commit
e16dd0bc7a
2 changed files with 2 additions and 1 deletions
  1. 1
      pages/process/order-info/index.json
  2. 2
      pages/process/outside-info/index.wxml

1
pages/process/order-info/index.json

@ -2,6 +2,7 @@
"usingComponents": {
"van-index-anchor": "/components/index-anchor/index",
"van-cell": "/components/cell/index",
"van-icon": "/components/icon/index",
"van-button": "/components/button/index",
"van-loading": "/components/loading/index",
"van-image": "/components/image/index",

2
pages/process/outside-info/index.wxml

@ -38,7 +38,7 @@
<van-field label="辅助设备" type="textarea" disabled input-align="right" placeholder="请输入辅助设备" autosize border="{{ false }}" />
<van-index-anchor index="纸品信息" />
<view wx:for="{{form.orderPapers}}" wx:key="index">
<view wx:for="{{form.productCategoryInfos}}" wx:key="index">
<van-cell clickable center>
<view slot="title" class="flex flex-justify">
<view class="text-black">废纸品类{{index + 1}}</view>

Loading…
Cancel
Save