修改html标签为uni标签,修改rem单位为rpx,修改提示及确认为uniapi,修改登录模块为uni接口,修改css入口为APP.vue,增加app端样式支持
This commit is contained in:
584
unpackage/dist/dev/mp-weixin/pages/launch/index.js
vendored
584
unpackage/dist/dev/mp-weixin/pages/launch/index.js
vendored
File diff suppressed because it is too large
Load Diff
@ -1 +1 @@
|
||||
<view class="page _div data-v-c8fad028"><view hidden="{{!(tabtarIndex==0)}}" class="{{['_div data-v-c8fad028',tabtarIndex==0?'page':'']}}"><home vue-id="63f00577-1" class="data-v-c8fad028" bind:__l="__l"></home></view><view hidden="{{!(tabtarIndex==1)}}" class="{{['_div data-v-c8fad028',tabtarIndex==1?'page':'']}}"><goods-class vue-id="63f00577-2" class="data-v-c8fad028" bind:__l="__l"></goods-class></view><block wx:if="{{tabtarIndex==2}}"><view class="{{['_div data-v-c8fad028',tabtarIndex==2?'page':'']}}"><shopping-cart vue-id="63f00577-3" class="data-v-c8fad028" bind:__l="__l"></shopping-cart></view></block><block wx:if="{{tabtarIndex==3}}"><view class="{{['_div data-v-c8fad028',tabtarIndex==3?'page':'']}}"><user vue-id="63f00577-4" class="data-v-c8fad028" bind:__l="__l"></user></view></block><footer-components vue-id="63f00577-5" class="data-v-c8fad028" bind:__l="__l"></footer-components></view>
|
||||
<view class="page data-v-d68ae9c6"><view hidden="{{!(tabtarIndex==0)}}" class="{{['data-v-d68ae9c6',tabtarIndex==0?'page':'']}}"><home vue-id="1" class="data-v-d68ae9c6" bind:__l="__l"></home></view><view hidden="{{!(tabtarIndex==1)}}" class="{{['data-v-d68ae9c6',tabtarIndex==1?'page':'']}}"><goods-class vue-id="2" class="data-v-d68ae9c6" bind:__l="__l"></goods-class></view><block wx:if="{{tabtarIndex==2}}"><view class="{{['data-v-d68ae9c6',tabtarIndex==2?'page':'']}}"><shopping-cart vue-id="3" class="data-v-d68ae9c6" bind:__l="__l"></shopping-cart></view></block><block wx:if="{{tabtarIndex==3}}"><view class="{{['data-v-d68ae9c6',tabtarIndex==3?'page':'']}}"><user vue-id="4" class="data-v-d68ae9c6" bind:__l="__l"></user></view></block><footer-components vue-id="5" class="data-v-d68ae9c6" bind:__l="__l"></footer-components></view>
|
||||
@ -1,8 +1,8 @@
|
||||
|
||||
.index.data-v-63128198 {
|
||||
.index.data-v-3b5f8d09 {
|
||||
background-color: #fff;
|
||||
}
|
||||
.swiper-item.data-v-63128198 {
|
||||
.swiper-item.data-v-3b5f8d09 {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
@ -46,7 +46,7 @@
|
||||
}
|
||||
|
||||
|
||||
.lottie-bg.data-v-c8fad028 {
|
||||
.lottie-bg.data-v-d68ae9c6 {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
top: 0;
|
||||
@ -64,7 +64,7 @@
|
||||
-webkit-box-pack: center;
|
||||
justify-content: center;
|
||||
}
|
||||
#lottie.data-v-c8fad028 {
|
||||
#lottie.data-v-d68ae9c6 {
|
||||
width: 35%;
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
@ -72,7 +72,7 @@
|
||||
transform: translate3d(0, 0, 0);
|
||||
margin: auto;
|
||||
}
|
||||
.iphonex.data-v-c8fad028 {
|
||||
.iphonex.data-v-d68ae9c6 {
|
||||
height: 68rpx;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user