|
@@ -224,9 +224,6 @@ export default withLayout((props) => {
|
224
|
224
|
</view>
|
225
|
225
|
</view>
|
226
|
226
|
</view>
|
227
|
|
- <view class="adContainer">
|
228
|
|
- <Ad unit-id="adunit-e6c9885420df0aff" ad-type="video" ad-theme="white" />
|
229
|
|
- </view>
|
230
|
227
|
{
|
231
|
228
|
spackage == '' && extend == "" ?
|
232
|
229
|
<NoData /> :
|
|
@@ -245,6 +242,9 @@ export default withLayout((props) => {
|
245
|
242
|
<Cards scene={scene} id={id} setScroll={setScroll} subOrderId={subOrderId} key={item.packageId} editable='1' st={star} goshop='1' item={item} det={detail} />
|
246
|
243
|
))}
|
247
|
244
|
</view>
|
|
245
|
+ <view class="adContainer">
|
|
246
|
+ <Ad unit-id="adunit-e6c9885420df0aff" ad-type="video" ad-theme="white" />
|
|
247
|
+ </view>
|
248
|
248
|
<view
|
249
|
249
|
style={{
|
250
|
250
|
position: "relative",
|