瀏覽代碼

静态页面

1002884655 4 年之前
父節點
當前提交
ab27f960d6
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 1
    1
      project.config.json
  2. 1
    0
      src/components/WuYeJiaoFeiItem/index.jsx

+ 1
- 1
project.config.json 查看文件

@@ -28,7 +28,7 @@
28 28
 		},
29 29
 		"bundle": false,
30 30
 		"useIsolateContext": true,
31
-		"useCompilerModule": false,
31
+		"useCompilerModule": true,
32 32
 		"userConfirmedUseCompilerModuleSwitch": false,
33 33
 		"useMultiFrameRuntime": false,
34 34
 		"useApiHook": true,

+ 1
- 0
src/components/WuYeJiaoFeiItem/index.jsx 查看文件

@@ -40,6 +40,7 @@ export default function WuYeJiaoFeiItem (props) {
40 40
     <view className='WuYeJiaoFeiItem flex-h' onClick={() => { Taro.navigateTo({ url: `/pages/WuYe/JiaoFeiDetail/index?id=${Data.id}` }) }}>
41 41
       <view className='flex-item'>
42 42
         <text>{Data.billName}</text>
43
+        <text>订单号:{Data.outTradeNo}</text>
43 44
         <text>{toolclass.FormatDate(Data.createDate)}</text>
44 45
       </view>
45 46
       <view>