Browse Source

静态页面

1002884655 4 years ago
parent
commit
ab27f960d6
2 changed files with 2 additions and 1 deletions
  1. 1
    1
      project.config.json
  2. 1
    0
      src/components/WuYeJiaoFeiItem/index.jsx

+ 1
- 1
project.config.json View File

@@ -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 View File

@@ -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>