Skip to content

Commit

Permalink
Fixed Some Errors
Browse files Browse the repository at this point in the history
  • Loading branch information
zhrrobert committed Dec 11, 2022
1 parent 0669a07 commit 2c3e9eb
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions eaterplanet_ecommerce/pages/index/index.wxml
Original file line number Diff line number Diff line change
@@ -1,24 +1,7 @@
<!--<recycle-view bindscroll="{{test.funcA}}" batch="{{batchSetRecycleData}}">-->
<wxs module="test" src="./test.wxs"></wxs>
<page-meta bindscroll="{{test.funcA}}">
<!--<view class="containermini" style="{{'top: ' + searchBarHeight}};right:180rpx" bindtap='goweather'>
<view class='content'>
<view class='info'>
<view class='city'>
<view class='name'>
<view class='val'>{{cityDatas.basic.location || '定位中'}}</view>
</view>
</view>
<view style="margin-top:5rpx;">
<view class='temp num' decode='true'>{{cityDatas.now.tmp || '-'}}<text style='font-size:18rpx;position:relative;'>℃</text></view>
<view class='weather'>{{cityDatas.now.cond_txt || '--'}}</view>
</view>
<view class='bigIcon1'wx:if='{{cityDatas.now.cond_code}}'><image class='bigIcon' src='{{weatherIconUrl1}}{{cityDatas.now.cond_code}}{{bh}}.png'></image></view>
</view>
</view>
</view>>-->
<image class="header-bg" src="{{shop_info.common_header_backgroundimage?shop_info.common_header_backgroundimage:'../../images/TOP_background@2x.png'}}" wx:if="{{shop_info.index_top_img_bg_open==0}}"></image>
<navBar ref='' background='{{background}}' backgroundColorTop='#4d9ee9' color='#fff' iconTheme='white' titleimg="{{true}}" titleimgindex="{{true}}" ></navBar>
<ep-navBar ref='' background='{{background}}' backgroundColorTop='#4d9ee9' color='#fff' iconTheme='white' titleimg="{{true}}" titleimgplus="{{true}}" ></ep-navBar>
<view class="group" style="background-color:rgba(00, 00, 00, 0);height:{{statusBarHeight}}"></view>
<movable-area>
<view class='index-box pb100 {{showNewCoupon?"preventTouchMove":""}}' wx:if="{{(isDiy==1||loadOver)&&isblack!=1&&isparse_formdata!=1}}">
Expand Down

0 comments on commit 2c3e9eb

Please sign in to comment.