Browse Source

no message

feature/v2.0
xpz2018 4 years ago
parent
commit
34e424d40a
2 changed files with 4 additions and 0 deletions
  1. 1
      pages/process/order-info/index.wxml
  2. 3
      pages/process/outside-info/index.wxml

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

@ -1,6 +1,7 @@
<!--pages/process/order-check/index.wxml--> <!--pages/process/order-check/index.wxml-->
<wxs module="formate" src="../../formate.wxs"></wxs> <wxs module="formate" src="../../formate.wxs"></wxs>
<import src="../template/index.wxml" /> <import src="../template/index.wxml" />
<cu-custom bgColor="bg-white" isBack="{{true}}"> <cu-custom bgColor="bg-white" isBack="{{true}}">
<view slot="content">{{title}}</view> <view slot="content">{{title}}</view>
</cu-custom> </cu-custom>

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

@ -1,5 +1,7 @@
<!--pages/process/order-check/index.wxml--> <!--pages/process/order-check/index.wxml-->
<wxs module="formate" src="../../formate.wxs"></wxs> <wxs module="formate" src="../../formate.wxs"></wxs>
<import src="../template/index.wxml" />
<cu-custom bgColor="bg-white" isBack="{{true}}"> <cu-custom bgColor="bg-white" isBack="{{true}}">
<view slot="content">厂外收货</view> <view slot="content">厂外收货</view>
</cu-custom> </cu-custom>
@ -32,6 +34,7 @@
<!-- <image style="height:42rpx;width:42rpx" src="/assets/image/icon_close.png"></image> --> <!-- <image style="height:42rpx;width:42rpx" src="/assets/image/icon_close.png"></image> -->
<view class="text-white text-sg" style="margin-left:12rpx">已取消</view> <view class="text-white text-sg" style="margin-left:12rpx">已取消</view>
</view> </view>
<template is="agent-info" data="{{form}}" wx:if="{{true}}"></template>
<van-cell clickable center> <van-cell clickable center>
<view slot="title" class="flex flex-justify"> <view slot="title" class="flex flex-justify">
<view class="text-black">客户姓名</view> <view class="text-black">客户姓名</view>

Loading…
Cancel
Save