Commit 5a4e35a1 authored by zhangjianguo's avatar zhangjianguo

1

parent f6d1c38e
......@@ -74,6 +74,20 @@
}
]
},
{
"root": "pages/live",
"plugins": {
"live-player-plugin": {
"version": "1.0.18",
"provider": "wx2b03c6e691cd7370"
}
},
"pages": [
{
"path": "index"
}
]
},
{
"root": "pages/user-center",
"pages": [{
......@@ -196,12 +210,7 @@
]
}
],
"plugins": {
"live-player-plugin": {
"version": "1.0.1",
"provider": "wx2b03c6e691cd7370"
}
},
// "rules": [{
// "action": "allow",
// "page": "*"
......
......@@ -67,7 +67,7 @@
</view>
</template>
<tabbar></tabbar>
<view class="tips" v-if="add_show==1&& JSON.stringify(setting) != '{}' " :style="{
<view class="tips_t" v-if="add_show==1&& JSON.stringify(setting) != '{}' " :style="{
'border-radius':setting.add_app_bg_radius+'rpx',
'opacity':setting.add_app_bg_transparency/100
}">
......@@ -239,7 +239,7 @@ export default {
justify-content: center; */
padding-bottom:100rpx;
}
.content .tips{
.content .tips_t{
position: fixed;
top:8px;
right: 6px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment