|
@@ -46,16 +46,12 @@ export default withLayout((props) => {
|
46
|
46
|
<CustomNav title='联系我们' />
|
47
|
47
|
<view style={{ padding: '60rpx 30rpx' }}>
|
48
|
48
|
<view class='section'>
|
49
|
|
- <textarea placeholder='请输入您的建议或意见!' id='content' />
|
|
49
|
+ <textarea autoHeight placeholder='请输入您的建议或意见!' id='content' />
|
50
|
50
|
</view>
|
51
|
|
- {/* <view className='content-Title' >
|
52
|
|
- 如有需要平台将在24小时内添加您的微信,请留意您的手机信息。您也可直接截图后微信扫描二维码
|
|
51
|
+ <view className='weChate-image' >
|
|
52
|
+ <Image mode='aspectFit' src='https://yz-shigongli.oss-cn-shanghai.aliyuncs.com/images/%E5%BE%AE%E4%BF%A1%E5%9B%BE%E7%89%87_20210918145337.png' />
|
53
|
53
|
</view>
|
54
|
|
- <view className='content-Title' >
|
55
|
|
- <view>您也可直接截图后微信扫描二维码</view>
|
56
|
|
- <view>添加客服企业微信号联系我们哟~</view>
|
57
|
|
- </view> */}
|
58
|
|
- <Image src='https://yz-shigongli.oss-cn-shanghai.aliyuncs.com/images/%E5%BE%AE%E4%BF%A1%E5%9B%BE%E7%89%87_20210918142121.png' style={{ width: '30vw', height: '30vw', margin: '0 auto', display: 'block' }} />
|
|
54
|
+
|
59
|
55
|
<view className='button-info'>
|
60
|
56
|
<Button className='button-box' onClick={submit}>提交</Button>
|
61
|
57
|
<Button className='button-box-Cancel' onClick={back} >取消</Button>
|