8 lines
82 B
JavaScript
8 lines
82 B
JavaScript
Page({
|
|
data: {},
|
|
besure(){
|
|
wx.navigateBack({
|
|
delta: 0,
|
|
})
|
|
}
|
|
}) |