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.
75 lines
2.3 KiB
75 lines
2.3 KiB
|
3 days ago
|
exports.ids = [13];
|
||
|
|
exports.modules = {
|
||
|
|
|
||
|
|
/***/ 223:
|
||
|
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
||
|
|
|
||
|
|
"use strict";
|
||
|
|
// ESM COMPAT FLAG
|
||
|
|
__webpack_require__.r(__webpack_exports__);
|
||
|
|
|
||
|
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib??ref--2-0!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--6!./node_modules/@nuxt/components/dist/loader.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/pages/other/agreement.vue?vue&type=template&id=645736db
|
||
|
|
var render = function render() {
|
||
|
|
var _vm = this,
|
||
|
|
_c = _vm._self._c;
|
||
|
|
return _c('div', {
|
||
|
|
staticClass: "common-other-content user-agreement-page"
|
||
|
|
}, [_vm._ssrNode("<h6>糖尿病网用户服务协议</h6> <div class=\"font-content\">" + _vm._s(_vm.content) + "</div>")]);
|
||
|
|
};
|
||
|
|
var staticRenderFns = [];
|
||
|
|
|
||
|
|
// CONCATENATED MODULE: ./src/pages/other/agreement.vue?vue&type=template&id=645736db
|
||
|
|
|
||
|
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib??ref--2-0!./node_modules/@nuxt/components/dist/loader.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/pages/other/agreement.vue?vue&type=script&lang=js
|
||
|
|
/* harmony default export */ var agreementvue_type_script_lang_js = ({
|
||
|
|
name: 'OtherAgreementPage',
|
||
|
|
layout: 'detail',
|
||
|
|
data() {
|
||
|
|
return {
|
||
|
|
content: ''
|
||
|
|
};
|
||
|
|
},
|
||
|
|
head: {
|
||
|
|
title: '糖尿病网-用户协议',
|
||
|
|
meta: [{
|
||
|
|
hid: 'description',
|
||
|
|
name: 'description',
|
||
|
|
content: ''
|
||
|
|
}]
|
||
|
|
},
|
||
|
|
mounted() {
|
||
|
|
this.$axios.$get('/agreement/get-content?type=2').then(res => {
|
||
|
|
this.content = res.detail;
|
||
|
|
});
|
||
|
|
}
|
||
|
|
});
|
||
|
|
// CONCATENATED MODULE: ./src/pages/other/agreement.vue?vue&type=script&lang=js
|
||
|
|
/* harmony default export */ var other_agreementvue_type_script_lang_js = (agreementvue_type_script_lang_js);
|
||
|
|
// EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
|
||
|
|
var componentNormalizer = __webpack_require__(1);
|
||
|
|
|
||
|
|
// CONCATENATED MODULE: ./src/pages/other/agreement.vue
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
/* normalize component */
|
||
|
|
|
||
|
|
var component = Object(componentNormalizer["a" /* default */])(
|
||
|
|
other_agreementvue_type_script_lang_js,
|
||
|
|
render,
|
||
|
|
staticRenderFns,
|
||
|
|
false,
|
||
|
|
null,
|
||
|
|
null,
|
||
|
|
"b9318490"
|
||
|
|
|
||
|
|
)
|
||
|
|
|
||
|
|
/* harmony default export */ var agreement = __webpack_exports__["default"] = (component.exports);
|
||
|
|
|
||
|
|
/***/ })
|
||
|
|
|
||
|
|
};;
|
||
|
|
//# sourceMappingURL=agreement.js.map
|