|
@@ -99,12 +99,14 @@
|
|
import fastMailTip from '../fast_mail_tip/index.vue'
|
|
import fastMailTip from '../fast_mail_tip/index.vue'
|
|
import fastMailSpecs from '../fast_mail_specs/index.vue'
|
|
import fastMailSpecs from '../fast_mail_specs/index.vue'
|
|
import fastMailFigure from '../fast_mail_figure/index.vue'
|
|
import fastMailFigure from '../fast_mail_figure/index.vue'
|
|
|
|
+ import fastMailPoint from '../fast_mail_point/index.vue'
|
|
let app = getApp();
|
|
let app = getApp();
|
|
export default {
|
|
export default {
|
|
components: {
|
|
components: {
|
|
fastMailTip,
|
|
fastMailTip,
|
|
fastMailSpecs,
|
|
fastMailSpecs,
|
|
- fastMailFigure
|
|
|
|
|
|
+ fastMailFigure,
|
|
|
|
+ fastMailPoint
|
|
},
|
|
},
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|