|
|
@@ -325,6 +325,7 @@ Page({
|
|
|
},
|
|
|
|
|
|
async takePhoto(e) {
|
|
|
+ if (!this.checkToken()) return;
|
|
|
if (this.data.locked) {
|
|
|
wx.showLoading({
|
|
|
title: "高精度定位中...",
|
|
|
@@ -505,6 +506,7 @@ Page({
|
|
|
});
|
|
|
},
|
|
|
takeBill() {
|
|
|
+ if (!this.checkToken()) return;
|
|
|
if (this.data.locked) return;
|
|
|
wx.redirectTo({
|
|
|
url: "/pages/takeBill/takeBill",
|