记事本调优

This commit is contained in:
Jerry Yan 2019-09-09 20:20:32 +08:00
parent 12be190601
commit 1ee891ea11
4 changed files with 15 additions and 5 deletions

View File

@ -65,6 +65,8 @@
bottom: 0;
width: 100%;
background: white;
height: 49px;
height: 50px;
line-height: 50px;
text-align: center;
border-top: 1px solid #e6e6e6;
}

View File

@ -277,7 +277,9 @@ var localAuthType = localStorage.getItem("authType");
$('.mydata-content').on('tap', '.shoppingcart', function() {
JZL.openWindow('shoppingcart.html', 'shoppingcart.html')
})
$('.mydata-content').on('tap', '.essaylist', function() {
JZL.openWindow('notepad.html', 'notepad.html')
})
$('.mydata-content').on('tap', '.shangdu', function() {
if (authType == 2) {
JZL.openWindow('shangdu.html', 'shangdu.html')

View File

@ -1,5 +1,8 @@
mui.plusReady(function(){
// some ajax
$(".footer").on("tap", ()=>{
app.create()
})
})
const app = new Vue({
el: '#app',
@ -22,22 +25,25 @@ const app = new Vue({
confirmDelete(index){
console.log("删除", this.noteData[index])
// some ajax
mui.toast("删除")
window.location.reload()
},
edit(index){
console.log("编辑", this.noteData[index])
// some ajax
mui.toast("编辑")
window.location.reload()
},
create(){
// some jump
mui.toast("跳转")
}
},
mounted() {
// some ajax
this.noteData = [
{id: 1, name: '这是一个名字', created_at: "2019-07-06 18:00:01", updated_at: "2019-07-06 18:00:09"},
{id: 2, name: '这是二个名字', created_at: "2019-07-06 19:00:01", updated_at: "2019-07-06 20:00:09"},
{id: 1, name: '功能正在开发中', created_at: "2019-09-09 18:00:01", updated_at: "2019-09-09 18:09:09"},
{id: 2, name: '只是一个DEMO页', created_at: "2019-09-09 19:00:01", updated_at: "2019-09-09 20:09:09"},
]
}
})

View File

@ -25,7 +25,7 @@
<div class="updated_time">更改时间:{{each.updated_at}}</div>
</div>
<div class="left" v-else>
<div class="title">你确定要删除么?</div>
<div class="title" style="color: red;font-weight: bolder;">你确定要删除么?</div>
<div class="small_title">{{each.name}}</div>
</div>
<div class="right" v-if="!each.currentDelete">