修改html标签为uni标签,修改rem单位为rpx,修改提示及确认为uniapi,修改登录模块为uni接口,修改css入口为APP.vue,增加app端样式支持
This commit is contained in:
@ -1 +1 @@
|
||||
<view hidden="{{!(iShidden===false)}}" class="_div data-v-6000fe8e"><view class="WriteOff _div data-v-6000fe8e"><view class="pictrue _div data-v-6000fe8e"><image src="{{orderInfo.image}}" class="_img data-v-6000fe8e"></image></view><view class="num acea-row row-center-wrapper _div data-v-6000fe8e">{{''+orderInfo.order_id+''}}</view><view class="tip _div data-v-6000fe8e">确定要核销此订单吗?</view><view data-event-opts="{{[['tap',[['confirm',['$event']]]]]}}" class="sure _div data-v-6000fe8e" bindtap="__e">确定核销</view><view data-event-opts="{{[['tap',[['cancel',['$event']]]]]}}" class="sure cancel _div data-v-6000fe8e" bindtap="__e">取消</view></view><view data-event-opts="{{[['touchmove',[['',['$event']]]]]}}" class="mask _div data-v-6000fe8e" bindtouchmove="__e"></view></view>
|
||||
<view hidden="{{!(iShidden===false)}}" class="data-v-e4711d06"><view class="WriteOff data-v-e4711d06"><view class="pictrue data-v-e4711d06"><image src="{{orderInfo.image}}" class="data-v-e4711d06"></image></view><view class="num acea-row row-center-wrapper data-v-e4711d06">{{''+orderInfo.order_id+''}}</view><view class="tip data-v-e4711d06">确定要核销此订单吗?</view><view data-event-opts="{{[['tap',[['confirm',['$event']]]]]}}" class="sure data-v-e4711d06" bindtap="__e">确定核销</view><view data-event-opts="{{[['tap',[['cancel',['$event']]]]]}}" class="sure cancel data-v-e4711d06" bindtap="__e">取消</view></view><view data-event-opts="{{[['touchmove',[['',['$event']]]]]}}" class="mask data-v-e4711d06" bindtouchmove="__e"></view></view>
|
Reference in New Issue
Block a user