Browse Source

静态页面

xcx 4 years ago
parent
commit
c1d0951bb8
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      project.config.json
  2. 1
    1
      src/pages/HuoDong/HuoDongSign/index.jsx

+ 1
- 1
project.config.json View File

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

+ 1
- 1
src/pages/HuoDong/HuoDongSign/index.jsx View File

29
   return (
29
   return (
30
     <Page>
30
     <Page>
31
       <view className='HuoDongSign'>
31
       <view className='HuoDongSign'>
32
-        <image mode='widthFix' src={null}></image>
32
+        <image mode='widthFix' src='https://zhiyun-image.oss-cn-shanghai.aliyuncs.com/xiangsong/%E5%BE%AE%E4%BF%A1%E5%9B%BE%E7%89%87_20201218165430-min.jpg'></image>
33
         <view className={HasSign ? 'SignBtn' : 'SignBtn active'}>
33
         <view className={HasSign ? 'SignBtn' : 'SignBtn active'}>
34
           <view>
34
           <view>
35
             <text className='centerLabel' onClick={ToSign}>{HasSign ? '已签到' : '签到'}</text>
35
             <text className='centerLabel' onClick={ToSign}>{HasSign ? '已签到' : '签到'}</text>