|
|
@@ -193,10 +193,12 @@ const _sfc_main = {
|
|
|
common_vendor.index.hideLoading();
|
|
|
};
|
|
|
async function saomaCha() {
|
|
|
+ console.log("oo");
|
|
|
const res = await utils_api.myRequest({
|
|
|
url: "/tAppvertifyTicket.action",
|
|
|
data: {
|
|
|
- id: saoNum.value
|
|
|
+ id: saoNum.value,
|
|
|
+ vertifyManMobile: userInfo1.mobile
|
|
|
}
|
|
|
});
|
|
|
if (res.code == 200) {
|