|
@@ -8,7 +8,6 @@ import { View } from '@tarojs/components';
|
8
|
8
|
import { queryUserInfo, doUserSignin } from '@/services/user'
|
9
|
9
|
import { ROLE_CODE } from '@/constants/user'
|
10
|
10
|
import { withDetail } from '@/utils/page'
|
11
|
|
-const ruleBg = 'https://njcj.oss-cn-shanghai.aliyuncs.com/miniapp/rulebg.png'
|
12
|
11
|
|
13
|
12
|
@connect(state => ({ ...state.shop, ...state.user, ...state.city, }), { ...actions })
|
14
|
13
|
@withDetail({
|
|
@@ -139,7 +138,8 @@ export default class Shop extends Component {
|
139
|
138
|
return (
|
140
|
139
|
// <View className="page" style={`background: url(${transferImage(buildBg)}) no-repeat center;background-size: 100% 100%;`}>
|
141
|
140
|
<View className="page" >
|
142
|
|
- <Image className="bg-img" src={transferImage(ruleBg)} mode='widthFix'></Image>
|
|
141
|
+ {/* <Image className="bg-img" src={transferImage(require('@assets/img/topbg2.png'))} mode='widthFix'></Image> */}
|
|
142
|
+ <Image className="bg-img" mode='widthFix' src={require('@/assets/img/topbg2.png')}></Image>
|
143
|
143
|
<ScrollView
|
144
|
144
|
scrollY
|
145
|
145
|
scroll-with-animation
|