红点
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
{
|
||||
id: 0,
|
||||
url: '../../static/pageD/info(15).png',
|
||||
text: '关注消息'
|
||||
text: '达人消息'
|
||||
},
|
||||
|
||||
],
|
||||
|
||||
@@ -338,13 +338,21 @@ export default {
|
||||
danmulist:[]
|
||||
};
|
||||
},
|
||||
onBackPress(options) {
|
||||
uni.setKeepScreenOn({
|
||||
keepScreenOn: false
|
||||
});
|
||||
return false;
|
||||
},
|
||||
onLoad(a) {
|
||||
|
||||
this.url = a.url;
|
||||
this.id = a.id
|
||||
console.log(this.url);
|
||||
let that = this;
|
||||
|
||||
uni.setKeepScreenOn({
|
||||
keepScreenOn: true
|
||||
});
|
||||
|
||||
uni.getSystemInfo({
|
||||
success(a) {
|
||||
|
||||
Reference in New Issue
Block a user