Commit 9852a1bd by 刘海龙

222

parent 53746d12
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
</body>
</html>
<include file="__THEME__/public_header_w3g"/>
<div>哈哈哈哈</div>
\ No newline at end of file
......@@ -64,7 +64,7 @@
<van-icon name="__THEME__/img/membership.png" size="24"></van-icon>
</template>
</van-cell>
<van-cell class="center_bottom_cell" title-class="text_14_400 color_333333 center_bottom_cell_text" title="上传试题" is-link >
<van-cell @click="onCellTap('{:U('home/Home/upKnow')}')" class="center_bottom_cell" title-class="text_14_400 color_333333 center_bottom_cell_text" title="上传试题" is-link >
<template #icon>
<van-icon name="__THEME__/img/upload.png" size="24"></van-icon>
</template>
......
......@@ -82,6 +82,7 @@ return array(
'home/Home/album' => SITE_URL.'/my/album.html',
'home/Home/classes' => SITE_URL.'/my/classes.html',
'home/Home/share' => SITE_URL.'/my/share.html',
'home/Home/upKnow' => SITE_URL.'/my/upKnow.html', /* 新加的路径 */
'home/Home/group' => SITE_URL.'/my/group.html',
'home/Home/courseLine' => SITE_URL.'/my/lineclass.html',
'home/Home/wenda' => SITE_URL.'/my/question.html',
......
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