完成了登录模块
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
// pages/projectModule/projectDetail/projectDetail.js
|
||||
Page({
|
||||
|
||||
/**
|
||||
@ -8,6 +7,11 @@ Page({
|
||||
items: [null, null, null],
|
||||
items_1: [null, null, null],
|
||||
items_2: [null, null, null],
|
||||
activeTab: 0
|
||||
},
|
||||
switchTab(e) {
|
||||
const idx = +e.currentTarget.dataset.index;
|
||||
this.setData({ activeTab: idx });
|
||||
},
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user