|
|
@@ -16,8 +16,13 @@ import {
|
|
|
weeklyTimeDivision,
|
|
|
gcj02BD,
|
|
|
verifyStoreType,
|
|
|
+<<<<<<< HEAD
|
|
|
formatChineseDate,
|
|
|
validatePhone,
|
|
|
+=======
|
|
|
+ validatePhone,
|
|
|
+ formatChineseDate,
|
|
|
+>>>>>>> release
|
|
|
} from '@/utils/index';
|
|
|
import { toastLoading } from '@/utils/commonVant';
|
|
|
import '@vant/touch-emulator';
|
|
|
@@ -62,8 +67,8 @@ Vue.prototype.wx = wx;
|
|
|
Vue.prototype.parseTimeParagraph = parseTimeParagraph;
|
|
|
Vue.prototype.Micrometer = Micrometer;
|
|
|
Vue.prototype.verifyStoreType = verifyStoreType;
|
|
|
-Vue.prototype.formatChineseDate = formatChineseDate;
|
|
|
Vue.prototype.validatePhone = validatePhone;
|
|
|
+Vue.prototype.formatChineseDate = formatChineseDate;
|
|
|
Vue.prototype.Toast = Toast;
|
|
|
Vue.prototype.notify = Notify;
|
|
|
var clipboard = new ClipboardJS('.btn');
|