|
@@ -10,6 +10,7 @@
|
|
<button @click="toShare">记录研学历程</button>
|
|
<button @click="toShare">记录研学历程</button>
|
|
<button @click="jscode">获取jscode</button>
|
|
<button @click="jscode">获取jscode</button>
|
|
<button @click="fenxiang">研学分享</button>
|
|
<button @click="fenxiang">研学分享</button>
|
|
|
|
+ <button @click="daijia">代驾</button>
|
|
<uni-calendar ref="calendar" :showMonth="false" style="z-index: 999;" :insert="false" @confirm="confirm"
|
|
<uni-calendar ref="calendar" :showMonth="false" style="z-index: 999;" :insert="false" @confirm="confirm"
|
|
title="出发时间" :showCancelAndOk="false">
|
|
title="出发时间" :showCancelAndOk="false">
|
|
<template v-slot:btn>
|
|
<template v-slot:btn>
|
|
@@ -31,6 +32,11 @@ export default {
|
|
};
|
|
};
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
|
|
+ daijia(){
|
|
|
|
+ uni.navigateTo({
|
|
|
|
+ url: '/trip/index/index'
|
|
|
|
+ });
|
|
|
|
+ },
|
|
openCalendar() {
|
|
openCalendar() {
|
|
this.$refs.calendar.open();
|
|
this.$refs.calendar.open();
|
|
},
|
|
},
|