2025-12-15 18:27:46 +08:00

2 lines
469 B
JavaScript

"use strict";const e=require("../vendor.js");exports.goto=function(o){e.index.navigateTo({url:o,fail:()=>e.index.switchTab({url:o})})},exports.showToast=function(o){e.index.showToast({title:o||"提交成功!",duration:1e3,icon:"none"})},exports.showToastBack=function(o,t=1,n=!0,i){e.index.showToast({title:o||"提交成功!",duration:1e3,icon:"none",success(){n?setTimeout((()=>{e.index.navigateBack({delta:t})}),1e3):setTimeout((()=>null==i?void 0:i()),1e3)}})};