mirror of
https://gitee.com/gz-yami/mall4j.git
synced 2026-03-22 09:17:16 +08:00
增加版本信息
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
var http = require("utils/http.js");
|
||||
App({
|
||||
onLaunch: function () {
|
||||
console.log('mall4j.v230313')
|
||||
// http.getToken();
|
||||
// wx.getSetting({
|
||||
// success(res) {
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
export default {
|
||||
onLaunach: function() {},
|
||||
onShow: function() {
|
||||
console.log('mall4j.v230313')
|
||||
// 判断浏览器环境
|
||||
var ua = navigator.userAgent.toLowerCase();
|
||||
// if (ua.search(/MicroMessenger/i) > -1 && !uni.getStorageSync('appType')) {
|
||||
|
||||
@@ -6,6 +6,9 @@
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
||||
<title><%= htmlWebpackPlugin.options.title %></title>
|
||||
<script>
|
||||
console.log('mall4j.v230313')
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>
|
||||
|
||||
Reference in New Issue
Block a user