修改html标签为uni标签,修改rem单位为rpx,修改提示及确认为uniapi,修改登录模块为uni接口,修改css入口为APP.vue,增加app端样式支持

This commit is contained in:
gaoxs
2020-03-16 15:51:08 +08:00
parent fa289d66a8
commit 95845779db
422 changed files with 34024 additions and 32630 deletions

View File

@ -1 +1 @@
<view class="orderGoods _div"><view class="total _div">{{"共"+cartInfo.length+"件商品"}}</view><view class="goodWrapper _div"><block wx:for="{{cartInfo}}" wx:for-item="cart" wx:for-index="__i0__" wx:key="id"><view class="item acea-row row-between-wrapper _div"><view class="pictrue _div"><image class="image _img" src="{{cart.productInfo.image}}"></image></view><view class="text _div"><view class="acea-row row-between-wrapper _div"><view class="name line1 _div">{{cart.productInfo.storeName}}</view><view class="num _div">{{"x "+cart.cartNum}}</view></view><block wx:if="{{cart.productInfo.attrInfo}}"><view class="attr line1 _div">{{cart.productInfo.attrInfo.suk}}</view></block><view class="money font-color-red _div">{{"¥"+cart.truePrice}}</view><block wx:if="{{evaluate==3}}"><view data-event-opts="{{[['tap',[['routerGo',['$0'],[[['cartInfo','id',cart.id]]]]]]]}}" class="evaluate _div" bindtap="__e">评价</view></block></view></view></block></view></view>
<view class="orderGoods"><view class="total">{{"共"+cartInfo.length+"件商品"}}</view><view class="goodWrapper"><block wx:for="{{cartInfo}}" wx:for-item="cart" wx:for-index="__i0__" wx:key="id"><view class="item acea-row row-between-wrapper"><view class="pictrue"><image class="image" src="{{cart.productInfo.image}}"></image></view><view class="text"><view class="acea-row row-between-wrapper"><view class="name line1">{{cart.productInfo.storeName}}</view><view class="num">{{"x "+cart.cartNum}}</view></view><block wx:if="{{cart.productInfo.attrInfo}}"><view class="attr line1">{{cart.productInfo.attrInfo.suk}}</view></block><view class="money font-color-red">{{"¥"+cart.truePrice}}</view><block wx:if="{{evaluate==3}}"><view data-event-opts="{{[['tap',[['routerGo',['$0'],[[['cartInfo','id',cart.id]]]]]]]}}" class="evaluate" bindtap="__e">评价</view></block></view></view></block></view></view>