visitor pem
This commit is contained in:
parent
71a0533cb6
commit
0b2d288573
|
@ -36,6 +36,7 @@ Page({
|
||||||
* 生命周期函数--监听页面加载
|
* 生命周期函数--监听页面加载
|
||||||
*/
|
*/
|
||||||
onLoad: function(options) {
|
onLoad: function(options) {
|
||||||
|
wx.hideShareMenu()
|
||||||
var that = this
|
var that = this
|
||||||
that.data.questioncat = options.questioncat
|
that.data.questioncat = options.questioncat
|
||||||
try {
|
try {
|
||||||
|
|
|
@ -21,6 +21,7 @@ VistorPerms = [
|
||||||
'questioncat_list',
|
'questioncat_list',
|
||||||
'article_list',
|
'article_list',
|
||||||
'my_examtest',
|
'my_examtest',
|
||||||
|
'examtest_create',
|
||||||
]
|
]
|
||||||
|
|
||||||
class MyPermission(RbacPermission):
|
class MyPermission(RbacPermission):
|
||||||
|
|
Loading…
Reference in New Issue