You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
582 B
19 lines
582 B
2 years ago
|
"use strict";
|
||
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||
|
var tools_1 = require("../utils/tools");
|
||
|
var index_js_1 = require("../utils/validate/index.js");
|
||
|
var words_1 = require("../config/words");
|
||
|
var promise_wx_api_1 = require("../utils/promise-wx-api");
|
||
|
exports.default = Behavior({
|
||
|
data: {
|
||
|
words: words_1.default,
|
||
|
},
|
||
|
lifetimes: {},
|
||
|
methods: {
|
||
|
inputSync: tools_1.inputSync,
|
||
|
validateFm: index_js_1.default,
|
||
|
requestGet: promise_wx_api_1.wxRequestGet,
|
||
|
requestPost: promise_wx_api_1.wxRequestPost,
|
||
|
},
|
||
|
});
|