Skip to content

Commit

Permalink
fix 单测
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuzhh committed Oct 8, 2023
1 parent b6f580e commit 7a38467
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ global.currentInject = {
global.currentInject = {
render: function () {
if (bName) {} // 1
this._p(bName) // 2
this._p(bName)
this._p(wxs.test(bName)) // 3
this._p(wxs.test(bName + cName)) // 4
Number(bName + cName) // 5
Expand All @@ -65,7 +65,7 @@ global.currentInject = {
this._p(Object.keys(bName)) // 9
if (bName) {} // 10
this._p(bName) // 11
this._p(bName)
wxs.test(bName); // 删除wxs.test
this._p(wxs.test(bName + cName)) // 12
this._p(wxs.test(bName + cName)) // 13
Expand Down

0 comments on commit 7a38467

Please sign in to comment.